aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/distilator
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-06 17:55:21 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-06 17:55:21 +0000
commita6664fc48b70c7e3262db18e41c9b98c82dac342 (patch)
treeb1c1cb465dd8d575b42e44b3e1828fda7fa68afa /ports-mgmt/distilator
parent9b8328d369d389231ba5c69130c335963872cefa (diff)
downloadports-a6664fc48b70c7e3262db18e41c9b98c82dac342.tar.gz
ports-a6664fc48b70c7e3262db18e41c9b98c82dac342.zip
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326530
Diffstat (limited to 'ports-mgmt/distilator')
-rw-r--r--ports-mgmt/distilator/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/distilator/Makefile b/ports-mgmt/distilator/Makefile
index f440662c2c24..db1b0b749cb5 100644
--- a/ports-mgmt/distilator/Makefile
+++ b/ports-mgmt/distilator/Makefile
@@ -14,6 +14,7 @@ RUN_DEPENDS= p5-URI>=1.56:${PORTSDIR}/net/p5-URI \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>