aboutsummaryrefslogtreecommitdiff
path: root/databases/rrdtool12
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 09:00:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 09:00:42 +0000
commit7fb9058d3779f78665d4d70d502c79ff2981fa9c (patch)
tree78c99d5e3c9b7c4f5753b7e607116636971828ef /databases/rrdtool12
parent7c18e5b1365c2367fd183b3d7c997eb627f79bf2 (diff)
downloadports-7fb9058d3779f78665d4d70d502c79ff2981fa9c.tar.gz
ports-7fb9058d3779f78665d4d70d502c79ff2981fa9c.zip
Convert to new perl framework
Notes
Notes: svn path=/head/; revision=327459
Diffstat (limited to 'databases/rrdtool12')
-rw-r--r--databases/rrdtool12/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/rrdtool12/Makefile b/databases/rrdtool12/Makefile
index f03878efb2b7..9174d434054c 100644
--- a/databases/rrdtool12/Makefile
+++ b/databases/rrdtool12/Makefile
@@ -21,15 +21,14 @@ CONFLICTS= rrdtool-1.0* rrdtool-1.3*
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-WANT_PERL= yes
+USES= gmake
CONFIGURE_ARGS= --disable-tcl
OPTIONS_DEFINE= PYTHON RUBY PERL DOCS EXAMPLES
OPTIONS_DEFAULT= PERL
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPYTHON}
USE_PYTHON= yes
@@ -54,7 +53,7 @@ PLIST_SUB+= WITH_RUBY="@comment "
.endif
.if ${PORT_OPTIONS:MPERL}
-USE_PERL5= yes
+USES= perl5
CONFIGURE_ARGS+= --enable-perl --enable-perl-site-install
PLIST_SUB+= WITH_PERL=""
.else
@@ -97,4 +96,4 @@ post-install:
@${ECHO_MSG} "############################################################################"
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>