aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-01-03 15:12:44 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-01-03 15:12:44 +0800
commitea8b7aa571cc805797fc4817ab71dfd5f0a18a5f (patch)
tree219eb6e48263a01f7b13be1b40132b49b0af3c8e /security
parent0cd51f41e0ec816000dbb8d3757c7cc89a8c3980 (diff)
downloadfreebsd-ports-gnome-ea8b7aa571cc805797fc4817ab71dfd5f0a18a5f.tar.gz
freebsd-ports-gnome-ea8b7aa571cc805797fc4817ab71dfd5f0a18a5f.tar.zst
freebsd-ports-gnome-ea8b7aa571cc805797fc4817ab71dfd5f0a18a5f.zip
- Update *_DEPENDS
- Add LICENSE - Bump PORTREVISION for dependency change
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-OpenSSL-CA/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/security/p5-Crypt-OpenSSL-CA/Makefile b/security/p5-Crypt-OpenSSL-CA/Makefile
index 663f8212a99f..21a8570dc0d4 100644
--- a/security/p5-Crypt-OpenSSL-CA/Makefile
+++ b/security/p5-Crypt-OpenSSL-CA/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Crypt-OpenSSL-CA
PORTVERSION= 0.23
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,16 +11,19 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for OpenSSL CA API
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
# Note: The Devel::Mallinfo dependency doesn't work on FreeBSD; mallinfo()
# is a GNU libc function.
BUILD_DEPENDS= p5-Convert-ASN1>=0.02:${PORTSDIR}/converters/p5-Convert-ASN1 \
p5-Devel-Leak>=0:${PORTSDIR}/devel/p5-Devel-Leak \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
- p5-Inline>=0.4:${PORTSDIR}/devel/p5-Inline \
+ p5-Inline>=0.40:${PORTSDIR}/devel/p5-Inline \
+ p5-Inline-C>=0:${PORTSDIR}/devel/p5-Inline-C \
p5-Net-SSLeay>=1.25:${PORTSDIR}/security/p5-Net-SSLeay
RUN_DEPENDS:= ${BUILD_DEPENDS}
-
TEST_DEPENDS= p5-Test-Group>=0:${PORTSDIR}/devel/p5-Test-Group
USES= perl5