aboutsummaryrefslogtreecommitdiff
path: root/ftp/p5-Net-FTPServer
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2006-08-14 10:57:31 +0000
committerMathieu Arnold <mat@FreeBSD.org>2006-08-14 10:57:31 +0000
commitd3794d56f92f7704229bebf51b77a893e7669eec (patch)
treea648132177e0b92f36dd2d89417022e95d4da4b4 /ftp/p5-Net-FTPServer
parent8d7fbfa5380e040c4ba15cf2eac93bf32e56738a (diff)
downloadports-d3794d56f92f7704229bebf51b77a893e7669eec.tar.gz
ports-d3794d56f92f7704229bebf51b77a893e7669eec.zip
Notes
Diffstat (limited to 'ftp/p5-Net-FTPServer')
-rw-r--r--ftp/p5-Net-FTPServer/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/ftp/p5-Net-FTPServer/Makefile b/ftp/p5-Net-FTPServer/Makefile
index a82816deab28..42c9ea07c568 100644
--- a/ftp/p5-Net-FTPServer/Makefile
+++ b/ftp/p5-Net-FTPServer/Makefile
@@ -21,10 +21,8 @@ RUN_DEPENDS= ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource \
${SITE_PERL}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib \
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
- ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
${SITE_PERL}/${PERL_ARCH}/File/Sync.pm:${PORTSDIR}/devel/p5-File-Sync \
- ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
- ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
+ ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy
BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV+= NOCONF=1
@@ -58,7 +56,12 @@ DOCS= FAQ README TODO doc/*
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
-IGNORE= requires perl 5.6.1 or later. Install lang/perl5 then try again
+IGNORE= requires perl 5.6.1 or later. Install lang/perl5.8 then try again
+.endif
+
+.if ${PERL_LEVEL} < 500703
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
+ ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
.endif
post-patch: