summaryrefslogtreecommitdiff
path: root/net/p5-Net-IP
diff options
context:
space:
mode:
authorobache <obache>2011-02-26 05:59:11 +0000
committerobache <obache>2011-02-26 05:59:11 +0000
commitc9b8bf5ae34b594e1d99ce0f8af0e87eaf1d2ec6 (patch)
treeeb8320841742ed0604db29e26b4941949d01376d /net/p5-Net-IP
parentdd9cdfbcbe9ee9c74e0c8c8ab66636b4d0395945 (diff)
downloadpkgsrc-c9b8bf5ae34b594e1d99ce0f8af0e87eaf1d2ec6.tar.gz
PR#44638 by Mark E. Perkins.
* drop needless dependency on p5-Math-BigInteger * change HOMEPAGE to permalink Bump PKGREVISION.
Diffstat (limited to 'net/p5-Net-IP')
-rw-r--r--net/p5-Net-IP/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/p5-Net-IP/Makefile b/net/p5-Net-IP/Makefile
index 22f41e8ff7f..7a62b26e258 100644
--- a/net/p5-Net-IP/Makefile
+++ b/net/p5-Net-IP/Makefile
@@ -1,22 +1,20 @@
-# $NetBSD: Makefile,v 1.13 2010/08/21 16:35:24 seb Exp $
+# $NetBSD: Makefile,v 1.14 2011/02/26 05:59:11 obache Exp $
#
DISTNAME= Net-IP-1.25
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/~manu/Net-IP-1.20/
+HOMEPAGE= http://search.cpan.org/dist/Net-IP/
COMMENT= Perl extension for manipulating IPv4/IPv6 addresses
LICENSE= ${PERL5_LICENSE}
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
.include "../../lang/perl5/module.mk"