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

Kurt Jaeger pi at FreeBSD.org
Tue Apr 25 07:37:05 UTC 2017


Author: pi
Date: Tue Apr 25 07:37:04 2017
New Revision: 439363
URL: https://svnweb.freebsd.org/changeset/ports/439363

Log:
  security/p5-Crypt-LE: fix depends
  
  Submitted by:	des

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

Modified: head/security/p5-Crypt-LE/Makefile
==============================================================================
--- head/security/p5-Crypt-LE/Makefile	Tue Apr 25 07:12:31 2017	(r439362)
+++ head/security/p5-Crypt-LE/Makefile	Tue Apr 25 07:37:04 2017	(r439363)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Crypt-LE
 PORTVERSION=	0.22
+PORTREVISION=	1
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,6 +13,8 @@ COMMENT=	Let's Encrypt API interfacing m
 LICENSE=	ART20
 
 RUN_DEPENDS=	p5-Crypt-Format>=0:security/p5-Crypt-Format \
+		p5-Crypt-OpenSSL-PKCS10>=0:security/p5-Crypt-OpenSSL-PKCS10 \
+		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-Log-Log4perl>=0:devel/p5-Log-Log4perl \


More information about the svn-ports-all mailing list