diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 14:30:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 14:30:23 +0000 |
commit | 67c3ce47d7c1ca69ba10c11644a0460191642ec6 (patch) | |
tree | d6d6dd77a5c95bedf28f79dd7b1fc328f8f4c716 /net/p5-Net-Packet | |
parent | 86ef053f8c990bc1c599bcd0c8ef381d1fdec90a (diff) | |
download | ports-67c3ce47d7c1ca69ba10c11644a0460191642ec6.tar.gz ports-67c3ce47d7c1ca69ba10c11644a0460191642ec6.zip |
Notes
Diffstat (limited to 'net/p5-Net-Packet')
-rw-r--r-- | net/p5-Net-Packet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Packet/Makefile b/net/p5-Net-Packet/Makefile index 3737ca4fa237..9b9a240952a2 100644 --- a/net/p5-Net-Packet/Makefile +++ b/net/p5-Net-Packet/Makefile @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Bit-Vector>=6.4:${PORTSDIR}/math/p5-Bit-Vector \ p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} MAN3= Net::Packet.3 Net::Packet::ARP.3 Net::Packet::CDP.3 Net::Packet::CDP::Address.3 \ |