aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-Random/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-10 23:11:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-10 23:11:48 +0000
commit0d5efed0767067c0b8cd8c2c51708e2a7e7fe800 (patch)
tree8cc9dcaae3cf731d845a85561c4bd5dea3ced282 /security/p5-Crypt-OpenSSL-Random/Makefile
parentf584fdf0852593f37d155d88e4c7124d2975c7ee (diff)
downloadports-0d5efed0767067c0b8cd8c2c51708e2a7e7fe800.tar.gz
ports-0d5efed0767067c0b8cd8c2c51708e2a7e7fe800.zip
Notes
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>