summaryrefslogtreecommitdiff
path: root/ftp/p5-Net-FTPSSL/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-10-03 19:28:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-10-03 19:28:05 +0000
commitff0554d5bbc9fda823ba6b6e38dfa76d35ede393 (patch)
tree10361c9ef961f1a6f2c4975a73856f7c06ae806a /ftp/p5-Net-FTPSSL/Makefile
parentUpdate to 2.006006 (diff)
Update to 0.42
Changes: https://metacpan.org/changes/distribution/Net-FTPSSL
Notes
Notes: svn path=/head/; revision=513723
Diffstat (limited to 'ftp/p5-Net-FTPSSL/Makefile')
-rw-r--r--ftp/p5-Net-FTPSSL/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/p5-Net-FTPSSL/Makefile b/ftp/p5-Net-FTPSSL/Makefile
index 7051abf3f6b7..0a8767121f9c 100644
--- a/ftp/p5-Net-FTPSSL/Makefile
+++ b/ftp/p5-Net-FTPSSL/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Net-FTPSSL
-PORTVERSION= 0.41
+PORTVERSION= 0.42
CATEGORIES= ftp perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,10 +18,11 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-IO-Socket-SSL>=1.26:security/p5-IO-Socket-SSL \
p5-Net-SSLeay>=0:security/p5-Net-SSLeay
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
# Avoid interactive prompt
post-patch:
@${REINPLACE_CMD} -e '/prompt/d' ${WRKSRC}/Makefile.PL