diff options
author | az <az@FreeBSD.org> | 2013-09-11 16:56:53 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 16:56:53 +0800 |
commit | f8b9d36c914c82d7b80560d88765d1d87b6611fc (patch) | |
tree | 9c01d1faf4fbbd4d19b88647d3113491e00711c3 /dns/bindgraph | |
parent | 02fdfe0510d692762b6a17b5e24188ac34fe5bdb (diff) | |
download | freebsd-ports-gnome-f8b9d36c914c82d7b80560d88765d1d87b6611fc.tar.gz freebsd-ports-gnome-f8b9d36c914c82d7b80560d88765d1d87b6611fc.tar.zst freebsd-ports-gnome-f8b9d36c914c82d7b80560d88765d1d87b6611fc.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'dns/bindgraph')
-rw-r--r-- | dns/bindgraph/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dns/bindgraph/Makefile b/dns/bindgraph/Makefile index 9966fa6ad637..18ff82c50bac 100644 --- a/dns/bindgraph/Makefile +++ b/dns/bindgraph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bindgraph -# Date created: Nov 29 2007 -# Whom: Rong-En Fan <rafan@FreeBSD.org> -# +# Created by: Rong-En Fan <rafan@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bindgraph PORTVERSION= 0.2 @@ -19,7 +15,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ p5-File-Tail>=0:${PORTSDIR}/devel/p5-File-Tail NO_BUILD= yes -USE_PERL5= yes +USES= perl5 CGIDIR?= ${PREFIX}/www/cgi-bin DATADIR?= /var/db/bindgraph |