You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Net-Patricia/Net-Patricia-1.200.0.ebuild

30 lines
623 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.200.0.ebuild,v 1.4 2013/06/24 23:46:15 zlogene Exp $
EAPI=4
MODULE_AUTHOR=GRUBER
MODULE_VERSION=1.20
inherit perl-module toolchain-funcs
DESCRIPTION="Patricia Trie perl module for fast IP address lookups"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="ipv6"
RDEPEND="dev-perl/Net-CIDR-Lite
ipv6? (
dev-perl/Socket6
)
"
DEPEND="${RDEPEND}"
src_compile() {
emake AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
}
#SRC_TEST="do"