diff options
author | az <az@FreeBSD.org> | 2013-09-04 11:27:37 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 11:27:37 +0800 |
commit | b11eaee46a2e6d5743b95225a6244f94b9f8bad4 (patch) | |
tree | 00ab6a9b2ac185234ddc8fe1dd36a7b7d777cfa6 /net-mgmt/nagiosgraph | |
parent | 714789fd0ce123acfab6c0d23acb54ae624b0c58 (diff) | |
download | freebsd-ports-gnome-b11eaee46a2e6d5743b95225a6244f94b9f8bad4.tar.gz freebsd-ports-gnome-b11eaee46a2e6d5743b95225a6244f94b9f8bad4.tar.zst freebsd-ports-gnome-b11eaee46a2e6d5743b95225a6244f94b9f8bad4.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-mgmt/nagiosgraph')
-rw-r--r-- | net-mgmt/nagiosgraph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nagiosgraph/Makefile b/net-mgmt/nagiosgraph/Makefile index 44473d748a1e..ebea1408c1d4 100644 --- a/net-mgmt/nagiosgraph/Makefile +++ b/net-mgmt/nagiosgraph/Makefile @@ -17,7 +17,8 @@ COMMENT= Generate rrdtool\'s graphs by performance data from nagios plugins RUN_DEPENDS= ${LOCALBASE}/bin/nagios:${PORTSDIR}/net-mgmt/nagios \ rrdtool>=0:${PORTSDIR}/databases/rrdtool -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PORTDOCS= AUTHORS CHANGELOG INSTALL README TODO |