diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-07 19:44:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-07-07 19:44:36 +0000 |
commit | 9a605b526960f4549f95d81075491bac03db1e12 (patch) | |
tree | 3c767342d1978206a61037830b71c5023c264ae7 /ftp | |
parent | d37c1e1725bdc6c0415ecfd0f3b141f0a4721fb6 (diff) | |
download | ports-9a605b526960f4549f95d81075491bac03db1e12.tar.gz ports-9a605b526960f4549f95d81075491bac03db1e12.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/p5-Net-FTPSSL/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ftp/p5-Net-FTPSSL/Makefile b/ftp/p5-Net-FTPSSL/Makefile index f4fd535e6fcd..e1125060604d 100644 --- a/ftp/p5-Net-FTPSSL/Makefile +++ b/ftp/p5-Net-FTPSSL/Makefile @@ -10,10 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= FTP over SSL/TLS class -BUILD_DEPENDS= p5-IO-Socket-SSL>=1.08:${PORTSDIR}/security/p5-IO-Socket-SSL \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-IO-Socket-SSL>=1.26:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |