summaryrefslogtreecommitdiff
path: root/ftp/profxp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/profxp/Makefile')
-rw-r--r--ftp/profxp/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/ftp/profxp/Makefile b/ftp/profxp/Makefile
index 90d36e2bd9bf..721c373a603f 100644
--- a/ftp/profxp/Makefile
+++ b/ftp/profxp/Makefile
@@ -17,18 +17,11 @@ COMMENT= FXP (server-to-server FTP) client
USE_PERL5= yes
-.include <bsd.port.pre.mk>
-
RUN_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
${PERL_SITELIBDIR}/Net/SOCKS.pm:${PORTSDIR}/net/p5-Socks \
${PERL_SITELIBDIR}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \
${PERL_SITELIBDIR}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl
-# perl 5.6.0
-.if ${OSVERSION} < 500007
-RUN_DEPENDS+= ${PERL_SITELIBDIR}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor
-.endif
-
PERL_SITELIBDIR= ${SITE_PERL}
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
@@ -40,4 +33,4 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/profxpv3.pl ${PREFIX}/bin/profxp
${CP} -R ${WRKSRC}/profxp ${SITE_PERL}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>