summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-09-02 09:45:00 +0000
committerRenato Botelho <garga@FreeBSD.org>2013-09-02 09:45:00 +0000
commit8009e03e6f4437b5247d35cc1b38857cb4ff68d4 (patch)
treef3e5120082665ff48535d573c7d999d9f3c937a8 /ftp
parent- convert to the new perl5 framework (diff)
Change my ports to USES (gmake|perl5)
Notes
Notes: svn path=/head/; revision=325961
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ftpmirror/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile
index 2da0d715718d..9a3664b53917 100644
--- a/ftp/ftpmirror/Makefile
+++ b/ftp/ftpmirror/Makefile
@@ -14,10 +14,9 @@ RUN_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6
OPTIONS_DEFINE= DOCS
-USE_PERL5= yes
GNU_CONFIGURE= yes
-USES= shebangfix
+USES= shebangfix perl5
SHEBANG_FILES= ftpmirror rotate
CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}"