svn commit: r391528 - head/ftp/p5-Net-FTPSSL

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 7 19:44:37 UTC 2015


Author: sunpoet
Date: Tue Jul  7 19:44:36 2015
New Revision: 391528
URL: https://svnweb.freebsd.org/changeset/ports/391528

Log:
  - Add LICENSE
  - Update *_DEPENDS
  - Add NO_ARCH

Modified:
  head/ftp/p5-Net-FTPSSL/Makefile

Modified: head/ftp/p5-Net-FTPSSL/Makefile
==============================================================================
--- head/ftp/p5-Net-FTPSSL/Makefile	Tue Jul  7 19:44:27 2015	(r391527)
+++ head/ftp/p5-Net-FTPSSL/Makefile	Tue Jul  7 19:44:36 2015	(r391528)
@@ -10,10 +10,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at 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
 


More information about the svn-ports-head mailing list