diff options
Diffstat (limited to 'net-mgmt/cacti/Makefile')
-rw-r--r-- | net-mgmt/cacti/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index 8367e701a14a..b19a4ffce845 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -6,21 +6,23 @@ # PORTNAME= cacti -PORTVERSION= 0.8.7g${PATCHLEVEL} +PORTVERSION= 0.8.7h${PATCHLEVEL} CATEGORIES= net-mgmt www MASTER_SITES= http://www.cacti.net/downloads/ DISTFILES= ${PORTNAME}-${SITEDISTVERSION}${EXTRACT_SUFX} # Vendor's patches PATCH_SITES= http://www.cacti.net/downloads/patches/${SITEDISTVERSION}/ -PATCHFILES= -PATCHLEVEL= - +#PATCHFILES= PATCH_DIST_STRIP= -p1 +#PATCHLEVEL= MAINTAINER= sem@FreeBSD.org COMMENT= Web-driven graphing interface for RRDTool +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool PATCH_STRIP= -p1 |