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/nagios-spamd-plugin | |
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/nagios-spamd-plugin')
-rw-r--r-- | net-mgmt/nagios-spamd-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios-spamd-plugin/Makefile b/net-mgmt/nagios-spamd-plugin/Makefile index 5e75e83cba5b..64d570cb95aa 100644 --- a/net-mgmt/nagios-spamd-plugin/Makefile +++ b/net-mgmt/nagios-spamd-plugin/Makefile @@ -17,7 +17,7 @@ COMMENT= Nagios plugin for checking SpamAssassins spamd RUN_DEPENDS+= ${LOCALBASE}/${NAGIOS_PLUGIN_DIR}/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= ${NAGIOS_PLUGIN_DIR}/check_spamd.pl |