aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-Random/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-OpenSSL-Random/Makefile')
-rw-r--r--security/p5-Crypt-OpenSSL-Random/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/security/p5-Crypt-OpenSSL-Random/Makefile b/security/p5-Crypt-OpenSSL-Random/Makefile
index f26fe59f7022..43bc75eb7138 100644
--- a/security/p5-Crypt-OpenSSL-Random/Makefile
+++ b/security/p5-Crypt-OpenSSL-Random/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Crypt-OpenSSL-Random
-PORTVERSION= 0.10
+PORTVERSION= 0.11
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RURBAN
@@ -11,9 +11,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to the OpenSSL pseudo-random number generator
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC}
USES= perl5
-USE_PERL5= configure
USE_OPENSSL= yes
-MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
+USE_PERL5= configure
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/Random/Random.so
.include <bsd.port.mk>