diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 07:00:15 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-06 07:00:15 +0000 |
commit | ee79f6d785df6f3cd95e310217b654e7ddbf984a (patch) | |
tree | e056c71dcec2891a27063c3d2ff95b45626ce6d4 /net/p5-Net-EPP | |
parent | d8771481e0d9feb41858258fb28adbfe2dc62f66 (diff) | |
download | ports-ee79f6d785df6f3cd95e310217b654e7ddbf984a.tar.gz ports-ee79f6d785df6f3cd95e310217b654e7ddbf984a.zip |
Notes
Diffstat (limited to 'net/p5-Net-EPP')
-rw-r--r-- | net/p5-Net-EPP/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-EPP/Makefile b/net/p5-Net-EPP/Makefile index de3a4af8f957..d978bb816c13 100644 --- a/net/p5-Net-EPP/Makefile +++ b/net/p5-Net-EPP/Makefile @@ -63,6 +63,7 @@ MAN3= Net::EPP.3 \ Net::EPP::Frame::Command::Transfer::Contact.3 \ Net::EPP::Frame::Command::Poll::Ack.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> |