diff options
Diffstat (limited to 'net/p5-Net-IP')
-rw-r--r-- | net/p5-Net-IP/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/p5-Net-IP/Makefile b/net/p5-Net-IP/Makefile index f865b5e6652..cbbc7ab8a82 100644 --- a/net/p5-Net-IP/Makefile +++ b/net/p5-Net-IP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/09/02 08:28:48 adrianp Exp $ +# $NetBSD: Makefile,v 1.9 2006/11/05 17:44:26 joerg Exp $ # DISTNAME= Net-IP-1.25 @@ -10,9 +10,10 @@ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://search.cpan.org/~manu/Net-IP-1.20/ COMMENT= Perl extension for manipulating IPv4/IPv6 addresses -DEPENDS+= p5-Math-BigInteger-[0-9]*:../../math/p5-Math-BigInteger - PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-Math-BigInteger-[0-9]*:../../math/p5-Math-BigInteger PERL5_PACKLIST= auto/Net/IP/.packlist |