diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-30 11:29:09 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-12-30 11:29:09 +0000 |
commit | 6ee8b4a14d329e5fb5f636e7d15c65afee65a8a9 (patch) | |
tree | 1ab8bad3328bdd9c92cfbf56e0adfbee05f19fc8 /net-mgmt/nagiosgrapher/Makefile | |
parent | f2003b5ee6837baf5b03a741a4f33101b813478a (diff) | |
download | ports-6ee8b4a14d329e5fb5f636e7d15c65afee65a8a9.tar.gz ports-6ee8b4a14d329e5fb5f636e7d15c65afee65a8a9.zip |
Notes
Diffstat (limited to 'net-mgmt/nagiosgrapher/Makefile')
-rw-r--r-- | net-mgmt/nagiosgrapher/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-mgmt/nagiosgrapher/Makefile b/net-mgmt/nagiosgrapher/Makefile index a38084bfe811..e692d1dc9208 100644 --- a/net-mgmt/nagiosgrapher/Makefile +++ b/net-mgmt/nagiosgrapher/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nagiosgrapher -# Date created: 03 Nov 2009 -# Whom: Cristiano Rolim <cristianorolim@hotmail.com> -# +# Created by: Cristiano Rolim <cristianorolim@hotmail.com> # $FreeBSD$ -# PORTNAME= nagiosgrapher PORTVERSION= 1.7.1 @@ -16,6 +12,9 @@ DISTNAME= NagiosGrapher-${PORTVERSION} MAINTAINER= cristianorolim@hotmail.com COMMENT= Collects the output from Nagios and generates graphs +DEPRECATED= Deprecated upstream. Please use net-mgmt/pnp instead +EXPIRATION_DATE=2013-01-30 + BUILD_DEPENDS= \ p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ rrdtool>=0:${PORTSDIR}/databases/rrdtool \ |