diff options
author | minskim <minskim> | 2004-02-23 16:00:18 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-23 16:00:18 +0000 |
commit | 274f1c635d07d233794eb2a05c5fc85c6e4dd449 (patch) | |
tree | 2ade0298b3f582ddca0b850c72e5f196bbcfd4a7 /net | |
parent | 67e5d2bd8d85144b6ef726df17c5438dcac76165 (diff) | |
download | pkgsrc-274f1c635d07d233794eb2a05c5fc85c6e4dd449.tar.gz |
This package requires Perl v5.8.0.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-IP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-IP/Makefile b/net/p5-Net-IP/Makefile index f3974749f9a..ddb9c5530f9 100644 --- a/net/p5-Net-IP/Makefile +++ b/net/p5-Net-IP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 04:28:25 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/23 16:00:18 minskim Exp $ # DISTNAME= Net-IP-1.20 @@ -15,6 +15,7 @@ DEPENDS+= p5-Math-BigInteger-[0-9]*:../../math/p5-Math-BigInteger PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= yes +PERL5_REQD+= 5.8.0 PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/IP/.packlist .include "../../lang/perl5/module.mk" |