diff options
Diffstat (limited to 'ftp/p5-Net-FTPSSL')
-rw-r--r-- | ftp/p5-Net-FTPSSL/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ftp/p5-Net-FTPSSL/Makefile b/ftp/p5-Net-FTPSSL/Makefile index 19fc9400af56..1530ee40ff96 100644 --- a/ftp/p5-Net-FTPSSL/Makefile +++ b/ftp/p5-Net-FTPSSL/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-FTPSSL -# Date created: 1st Dec, 2010 -# Whom: Wen Heping <wen@FreeBSD.org> -# +# Created by: Wen Heping <wen@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-FTPSSL PORTVERSION= 0.22 @@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-IO-Socket-SSL>=1.08:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::FTPSSL.3 |