diff options
author | az <az@FreeBSD.org> | 2013-09-04 13:52:04 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 13:52:04 +0800 |
commit | 57eb4fe17886b043e60bc70f3507a4f583911efb (patch) | |
tree | 49987ebc7199c83bbbedf798b4bac41866d0e8b8 /net-mgmt/p5-NetApp | |
parent | 44df15a8bc3e61ecb00f45f38a3df8c62b646353 (diff) | |
download | freebsd-ports-gnome-57eb4fe17886b043e60bc70f3507a4f583911efb.tar.gz freebsd-ports-gnome-57eb4fe17886b043e60bc70f3507a4f583911efb.tar.zst freebsd-ports-gnome-57eb4fe17886b043e60bc70f3507a4f583911efb.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-mgmt/p5-NetApp')
-rw-r--r-- | net-mgmt/p5-NetApp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/p5-NetApp/Makefile b/net-mgmt/p5-NetApp/Makefile index 7e5d1f1675fa..5f985b63a10b 100644 --- a/net-mgmt/p5-NetApp/Makefile +++ b/net-mgmt/p5-NetApp/Makefile @@ -26,7 +26,8 @@ RUN_DEPENDS= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd \ p5-Clone>=0:${PORTSDIR}/devel/p5-Clone BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= NetApp::Aggregate.3 \ NetApp::Aggregate::Plex.3 \ |