diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch) | |
tree | 41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /net-mgmt/p5-Net-SNMP3 | |
parent | 41a56135d1e8a68844e4c575702cdbad451d7322 (diff) | |
download | ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip |
Notes
Diffstat (limited to 'net-mgmt/p5-Net-SNMP3')
-rw-r--r-- | net-mgmt/p5-Net-SNMP3/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net-mgmt/p5-Net-SNMP3/Makefile b/net-mgmt/p5-Net-SNMP3/Makefile index 2f60510efc0d..4b01edabe920 100644 --- a/net-mgmt/p5-Net-SNMP3/Makefile +++ b/net-mgmt/p5-Net-SNMP3/Makefile @@ -17,14 +17,12 @@ MAINTAINER= lth@FreeBSD.org COMMENT= Net::SNMP for pre-5.6 perl CONFLICTS= p5-Net-SNMP -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.6.0- +USE_PERL5_REASON= This port is only for pre-5.6 perl. Install net-mgmt/p5-Net-SNMP instead MAN3= Net::SNMP.3 -.include <bsd.port.pre.mk> +DEPRECATED= only runs with old, unsupported Perl versions +EXPIRATION_DATE= 2007-09-11 -.if ${PERL_LEVEL} >= 500600 -IGNORE= This port is only for pre-5.6 perl. Install net-mgmt/p5-Net-SNMP instead. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |