diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-30 19:40:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-30 19:40:23 +0000 |
commit | 914781545b943a2369619ea57815edaffd3684a0 (patch) | |
tree | bcfdc696d28ea15ef3c9e4d05d65ba129a9adeb9 /security/p5-Crypt-SSLeay | |
parent | 25280a2cbd7740def67e13273fefdd2c62ac023c (diff) | |
download | ports-914781545b943a2369619ea57815edaffd3684a0.tar.gz ports-914781545b943a2369619ea57815edaffd3684a0.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-SSLeay')
-rw-r--r-- | security/p5-Crypt-SSLeay/Makefile | 20 | ||||
-rw-r--r-- | security/p5-Crypt-SSLeay/distinfo | 4 |
2 files changed, 18 insertions, 6 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index 483e2fddb3c3..61f3472a13de 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Crypt-SSLeay -PORTVERSION= 0.58 -PORTREVISION= 2 +PORTVERSION= 0.60 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +14,24 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to allow p5-libwww LWP to make https connections -PERL_CONFIGURE= yes +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny + CONFIGURE_ARGS= --lib=${OPENSSLBASE} --no-live-tests MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} +PERL_CONFIGURE= yes USE_OPENSSL= yes MAN3= Crypt::SSLeay.3 Net::SSL.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/security/p5-Crypt-SSLeay/distinfo b/security/p5-Crypt-SSLeay/distinfo index 6594765a1d98..7c334988c55b 100644 --- a/security/p5-Crypt-SSLeay/distinfo +++ b/security/p5-Crypt-SSLeay/distinfo @@ -1,2 +1,2 @@ -SHA256 (Crypt-SSLeay-0.58.tar.gz) = 1e714c5bcb28bc2547619a9b11e5b270a3c34113f85f091cd72556ae9805e02e -SIZE (Crypt-SSLeay-0.58.tar.gz) = 123845 +SHA256 (Crypt-SSLeay-0.60.tar.gz) = add41ef0087f986bad6611fe9c38b15c3941298c66f46ac19d2619db44894b02 +SIZE (Crypt-SSLeay-0.60.tar.gz) = 128062 |