diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-09-30 18:29:12 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-09-30 18:29:12 +0000 |
commit | 464bd90ba455f0604930cffdb889c69bb3b1c08b (patch) | |
tree | ca4e6b352804c424849a638660bdbb69ad80585c /net-mgmt | |
parent | 26e5918b8af27b02a0e200620fb2229413b89bf2 (diff) | |
download | ports-464bd90ba455f0604930cffdb889c69bb3b1c08b.tar.gz ports-464bd90ba455f0604930cffdb889c69bb3b1c08b.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/pnp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mgmt/pnp/Makefile b/net-mgmt/pnp/Makefile index ab3b7f8ea6b8..8157230b9217 100644 --- a/net-mgmt/pnp/Makefile +++ b/net-mgmt/pnp/Makefile @@ -7,10 +7,9 @@ PORTNAME= pnp PORTVERSION= 0.4.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}4nagios/PNP/${PORTNAME}-${PORTVERSION} -LICENSE= GPLv2 MAINTAINER= rea-fbsd@codelabs.ru COMMENT= Nagios performance data collector and grapher @@ -19,12 +18,15 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool RUN_DEPENDS= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \ nagios:${PORTSDIR}/net-mgmt/nagios +LICENSE= GPLv2 + OPTIONS= PDF "Use built-in fpdf library to produce PDF views" ON .include <bsd.port.options.mk> USE_PHP= zlib gd xml pcre USE_DOS2UNIX= yes +DOS2UNIX_REGEX= '.*\.\(php\|js\|txt\)$$' WANT_PHP_WEB= yes USE_RC_SUBR= npcd.sh MAN1= pnpsender.1 |