diff options
author | sno <sno@pkgsrc.org> | 2009-07-08 10:07:19 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-08 10:07:19 +0000 |
commit | 14e7768c1143e8d3635e80a3758bac5a1e2b003a (patch) | |
tree | 80573acd1173bd68b2182f7fa69e4e5263eae560 /net/p5-NetAddr-IP/Makefile | |
parent | 3c9970196209fb186298e7befd71e3c3f2024927 (diff) | |
download | pkgsrc-14e7768c1143e8d3635e80a3758bac5a1e2b003a.tar.gz |
Updating package for p5 module NetAddr::IP from 4.026 to 4.027
Setting license to artistic according to module documentation
Upstream changes:
4.027 Tue Jun 9 10:31:11 PDT 2009
In NetAddr::IP::Util v1.31,
ferret out shell value for Makefile.PL when calling
./configure for systems where the 'x' bit gets lost
due to bug in Archive::Tar
Diffstat (limited to 'net/p5-NetAddr-IP/Makefile')
-rw-r--r-- | net/p5-NetAddr-IP/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile index a76871a9a11..42e06197bd7 100644 --- a/net/p5-NetAddr-IP/Makefile +++ b/net/p5-NetAddr-IP/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2009/04/15 07:40:00 sno Exp $ +# $NetBSD: Makefile,v 1.20 2009/07/08 10:07:19 sno Exp $ # -DISTNAME= NetAddr-IP-4.026 +DISTNAME= NetAddr-IP-4.027 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5nai CATEGORIES= net perl5 @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetAddr/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/NetAddr-IP/ COMMENT= Perl5 module for managing IP addresses -LICENSE= artistic-2.0 +LICENSE= artistic PKG_DESTDIR_SUPPORT= user-destdir @@ -21,6 +21,7 @@ REPLACE_PERL+= IP.pm REPLACE_PERL+= Lite/Lite.pm REPLACE_PERL+= Lite/Util/Util.pm REPLACE_PERL+= Lite/Util/lib/NetAddr/IP/UtilPP.pm +REPLACE_PERL+= Lite/Util/tlib/NetAddr/IP/Util_IS.pm SUBST_CLASSES+= fixperl SUBST_STAGE.fixperl= pre-install |