svn commit: r436973 - head/security/p5-Crypt-LE

Kurt Jaeger pi at FreeBSD.org
Sun Mar 26 16:03:21 UTC 2017


Author: pi
Date: Sun Mar 26 16:03:20 2017
New Revision: 436973
URL: https://svnweb.freebsd.org/changeset/ports/436973

Log:
  security/p5-Crypt-LE: add some depends and sort RUN_DEPENDS
  
  Submitted by:	des

Modified:
  head/security/p5-Crypt-LE/Makefile

Modified: head/security/p5-Crypt-LE/Makefile
==============================================================================
--- head/security/p5-Crypt-LE/Makefile	Sun Mar 26 16:03:10 2017	(r436972)
+++ head/security/p5-Crypt-LE/Makefile	Sun Mar 26 16:03:20 2017	(r436973)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Crypt-LE
 PORTVERSION=	0.19
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,11 +12,13 @@ COMMENT=	Let's Encrypt API interfacing m
 
 LICENSE=	ART20
 
-RUN_DEPENDS=	p5-Crypt-PKCS10>=0:security/p5-Crypt-PKCS10 \
+RUN_DEPENDS=	p5-Crypt-Format>=0:security/p5-Crypt-Format \
 		p5-Crypt-OpenSSL-PKCS10>=0:security/p5-Crypt-OpenSSL-PKCS10 \
-		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
+		p5-Crypt-PKCS10>=0:security/p5-Crypt-PKCS10 \
+		p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
 		p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
-		p5-Crypt-Format>=0:security/p5-Crypt-Format
+		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
+		p5-Net-SSLeay>=0:security/p5-Net-SSLeay
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-head mailing list