diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-03 01:54:43 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-03 01:54:43 +0800 |
commit | 6ac2593e279e4667075e7f256a649135679c7b67 (patch) | |
tree | d4dc8901060e5ed8345db8afc0f53eb8ce647379 /french/plgrenouille | |
parent | a10cdc0f9c205c26d0cc10db4811aa1d3397afa2 (diff) | |
download | freebsd-ports-gnome-6ac2593e279e4667075e7f256a649135679c7b67.tar.gz freebsd-ports-gnome-6ac2593e279e4667075e7f256a649135679c7b67.tar.zst freebsd-ports-gnome-6ac2593e279e4667075e7f256a649135679c7b67.zip |
- Remove old Perl support from unmaintained ports in categories starting
with letter b-f
Diffstat (limited to 'french/plgrenouille')
-rw-r--r-- | french/plgrenouille/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/french/plgrenouille/Makefile b/french/plgrenouille/Makefile index 71f914a4d93b..b598a19f6443 100644 --- a/french/plgrenouille/Makefile +++ b/french/plgrenouille/Makefile @@ -17,14 +17,8 @@ COMMENT= Un client pour determiner votre bande passante a un raccordement large LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp RUN_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes - -.include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS+= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP3 -.else -RUN_DEPENDS+= ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP -.endif + ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ + ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP .if !defined(BATCH) IS_INTERACTIVE= yes @@ -84,4 +78,4 @@ post-install: @${ECHO_MSG} @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.post.mk> +.include <bsd.port.mk> |