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-Nagios-Object | |
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-Nagios-Object')
-rw-r--r-- | net-mgmt/p5-Nagios-Object/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/p5-Nagios-Object/Makefile b/net-mgmt/p5-Nagios-Object/Makefile index 11815395211c..6c8248f44d9e 100644 --- a/net-mgmt/p5-Nagios-Object/Makefile +++ b/net-mgmt/p5-Nagios-Object/Makefile @@ -23,7 +23,8 @@ BUILD_DEPENDS= p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-NoWarnings>=1.01:${PORTSDIR}/devel/p5-Test-NoWarnings RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1= parse.pl.1 \ config_status_demo.pl.1 \ |