diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 06:30:31 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 06:30:31 +0000 |
commit | 33915fc265aa96a6f8ef355401b4fd1d15adb450 (patch) | |
tree | ea00c8fab1c21df4de1457b459ebc89c6f9f1720 /net/pbnc | |
parent | 6ab409bf8da652f1e7e058e7c0bafef722181c84 (diff) |
Notes
Diffstat (limited to 'net/pbnc')
-rw-r--r-- | net/pbnc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pbnc/Makefile b/net/pbnc/Makefile index 65fd7032de71..b1a4898ebbd0 100644 --- a/net/pbnc/Makefile +++ b/net/pbnc/Makefile @@ -14,8 +14,9 @@ LICENSE= BSD RUN_DEPENDS= p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask +USES= perl5 +USE_PERL5= run NO_BUILD= yes -USE_PERL5_RUN= yes PLIST_FILES= etc/pbnc.cfg bin/pbnc.pl PORTDOCS= pbnc.readme |