diff options
author | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
commit | f8d84df2018f0071d586d8c74fe89b3ebe61cbfc (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /net-mgmt | |
parent | 5ff0965a6a20416caf6012b02767e66ac0694085 (diff) | |
download | freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.gz freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.zst freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/TkTopNetFlows/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/argus-monitor/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/cricket/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/hawk/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios-devel/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/ndoutils/Makefile | 7 |
6 files changed, 9 insertions, 22 deletions
diff --git a/net-mgmt/TkTopNetFlows/Makefile b/net-mgmt/TkTopNetFlows/Makefile index 1d2936ae2d6d..4ecfde26e46d 100644 --- a/net-mgmt/TkTopNetFlows/Makefile +++ b/net-mgmt/TkTopNetFlows/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: TkTopNetFlows -# Date created: 2004 Apr 14 -# Whom: vfom@narod.ru -# +# Created by: vfom@narod.ru # $FreeBSD$ -# PORTNAME= TkTopNetFlows PORTVERSION= 0.4 @@ -21,7 +17,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libBLT24.so.3:${PORTSDIR}/x11-toolkits/blt \ NO_BUILD= yes USE_TK= yes -USE_PERL5= yes +USES= perl5 PORTDOCS= * diff --git a/net-mgmt/argus-monitor/Makefile b/net-mgmt/argus-monitor/Makefile index 401e64a5d93f..fa8da1f5c178 100644 --- a/net-mgmt/argus-monitor/Makefile +++ b/net-mgmt/argus-monitor/Makefile @@ -20,7 +20,7 @@ EXTRA_PATCHES= ${FILESDIR}/patch.001 LICENSE= ART10 WRKSRC= ${WRKDIR}/${DISTNAME} -USE_PERL5= yes +USES= perl5 USE_RC_SUBR= argusd HAS_CONFIGURE= yes USE_APACHE_RUN= 22+ diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile index bb07b71d4fcc..7d9f51c86e95 100644 --- a/net-mgmt/cricket/Makefile +++ b/net-mgmt/cricket/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Cricket -# Date created: 20 November 1999 -# Whom: torstenb -# +# Created by: torstenb # $FreeBSD$ -# PORTNAME= cricket PORTVERSION= 1.0.5 @@ -19,7 +15,7 @@ RUN_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \ p5-SNMP_Session>=0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate -USE_PERL5= yes +USES= perl5 HAS_CONFIGURE= yes NO_BUILD= yes PLIST_SUB+= VERSION=${PORTVERSION} diff --git a/net-mgmt/hawk/Makefile b/net-mgmt/hawk/Makefile index 510c74288b84..2596ce1638d6 100644 --- a/net-mgmt/hawk/Makefile +++ b/net-mgmt/hawk/Makefile @@ -14,7 +14,7 @@ RUN_DEPENDS= p5-Net-Netmask>0:${PORTSDIR}/net-mgmt/p5-Net-Netmask \ p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ p5-DBD-mysql>0:${PORTSDIR}/databases/p5-DBD-mysql -USE_PERL5= yes +USES= perl5 USE_MYSQL= server USE_PHP= mysql WANT_PHP_MOD= yes diff --git a/net-mgmt/nagios-devel/Makefile b/net-mgmt/nagios-devel/Makefile index b98fb651bc33..a88c4d720254 100644 --- a/net-mgmt/nagios-devel/Makefile +++ b/net-mgmt/nagios-devel/Makefile @@ -17,8 +17,8 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagio MASTER_SITE_FREEBSD= yes LATEST_LINK= nagios-devel -USES= iconv -USE_PERL5_BUILD=yes +USES= iconv perl5 +USE_PERL5= build USE_AUTOTOOLS= autoconf libltdl USE_RC_SUBR= nagios diff --git a/net-mgmt/ndoutils/Makefile b/net-mgmt/ndoutils/Makefile index 0ebca05acc20..abcd921e2292 100644 --- a/net-mgmt/ndoutils/Makefile +++ b/net-mgmt/ndoutils/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: ndoutils -# Date created: 14 February 2008 -# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> -# # $FreeBSD$ -# PORTNAME= ndoutils PORTVERSION= 1.4b8 @@ -30,7 +25,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/ndoutils CFG_FILES= misccommands ndo2db ndomod -USE_PERL5= yes +USES= perl5 USE_RC_SUBR= ndo2db SUB_FILES= pkg-message |