aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/flowd
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-14 15:39:55 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-14 15:39:55 +0000
commit83c866582685f3a2e746dff88754f482f188b3cb (patch)
tree878c1dcfbc68dfde699df6e17203f23ef47f64be /net-mgmt/flowd
parent20e947a006da27244f9f9d19a4dc6aa28d27f9d9 (diff)
downloadports-83c866582685f3a2e746dff88754f482f188b3cb.tar.gz
ports-83c866582685f3a2e746dff88754f482f188b3cb.zip
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=327296
Diffstat (limited to 'net-mgmt/flowd')
-rw-r--r--net-mgmt/flowd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile
index ea6ba726bdfc..547dd312c214 100644
--- a/net-mgmt/flowd/Makefile
+++ b/net-mgmt/flowd/Makefile
@@ -17,9 +17,9 @@ OPTIONS_DEFAULT=PERL
PERL_DESC= Install flowd perl module
PYTHON_DESC= Install flowd Python support
+USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var
-USE_GMAKE= yes
USE_RC_SUBR= flowd
MAN8= flowd.8 flowd-reader.8
MAN5= flowd.conf.5
@@ -31,7 +31,7 @@ GROUPS= ${FLOWD_USER}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPERL}
-USE_PERL5= yes
+USES+= perl5
PLIST_SUB+= PERL=""
MAN3= Flowd.3
.else