summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-RSA/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-06-29 18:30:14 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-06-29 18:30:14 +0000
commit4f651a16c496b9e69a7e8293a89fededc192bb25 (patch)
treedca4fa7026e2d86262a5b0c902d9545164caf62a /security/p5-Crypt-OpenSSL-RSA/Makefile
parentmath/asymptote: add pkg-message for asymptote's rendering issue in 3D (diff)
security/p5-Crypt-OpenSSL-RSA: update 0.28 -> 0.30
- first release after 2011 PR: 229412 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Relnotes: https://metacpan.org/source/TODDR/Crypt-OpenSSL-RSA-0.30/Changes
Notes
Notes: svn path=/head/; revision=473570
Diffstat (limited to 'security/p5-Crypt-OpenSSL-RSA/Makefile')
-rw-r--r--security/p5-Crypt-OpenSSL-RSA/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/p5-Crypt-OpenSSL-RSA/Makefile b/security/p5-Crypt-OpenSSL-RSA/Makefile
index 2a72ec888ce3..6021a8e0ed3b 100644
--- a/security/p5-Crypt-OpenSSL-RSA/Makefile
+++ b/security/p5-Crypt-OpenSSL-RSA/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Crypt-OpenSSL-RSA
-PORTVERSION= 0.28
-PORTREVISION= 2
+PORTVERSION= 0.30
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,15 +12,14 @@ COMMENT= Perl5 module to RSA encode and decode strings using OpenSSL
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:security/p5-Crypt-OpenSSL-Bignum \
+ p5-Crypt-OpenSSL-Guess>=0.11:security/p5-Crypt-OpenSSL-Guess \
p5-Crypt-OpenSSL-Random>=0:security/p5-Crypt-OpenSSL-Random
RUN_DEPENDS:= ${BUILD_DEPENDS}
-BROKEN_SSL= openssl-devel
-
USES= perl5 ssl
USE_PERL5= configure
-MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC}
.include <bsd.port.mk>