diff options
author | culot <culot@FreeBSD.org> | 2011-05-05 14:52:59 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-05-05 14:52:59 +0800 |
commit | f943ff05ead696aa2099c2040d22dbe595179d6b (patch) | |
tree | cb750c8c3f7ed0f3d0fe50ac518e6a133d9ea6a6 /security | |
parent | c6d4b76d9a93338a0894e687abd55a49ead9844b (diff) | |
download | freebsd-ports-gnome-f943ff05ead696aa2099c2040d22dbe595179d6b.tar.gz freebsd-ports-gnome-f943ff05ead696aa2099c2040d22dbe595179d6b.tar.zst freebsd-ports-gnome-f943ff05ead696aa2099c2040d22dbe595179d6b.zip |
- Update to 1.008
PR: ports/156822
Submitted by: Jase Thew <freebsd@beardz.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-POE-Component-SSLify/Makefile | 26 | ||||
-rw-r--r-- | security/p5-POE-Component-SSLify/distinfo | 5 |
2 files changed, 23 insertions, 8 deletions
diff --git a/security/p5-POE-Component-SSLify/Makefile b/security/p5-POE-Component-SSLify/Makefile index 2b445b78e85f..c57751f1615b 100644 --- a/security/p5-POE-Component-SSLify/Makefile +++ b/security/p5-POE-Component-SSLify/Makefile @@ -6,17 +6,21 @@ # PORTNAME= POE-Component-SSLify -PORTVERSION= 0.20 +PORTVERSION= 1.008 CATEGORIES= security perl5 -MASTER_SITES= CPAN +MASTER_SITES= CPAN/${PORTNAME:C/-.*//}/APOCAL PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Integrate SSL into POE +LICENSE_COMB= dual +LICENSE= ART20 GPLv1 + BUILD_DEPENDS= p5-Net-SSLeay>=1.36:${PORTSDIR}/security/p5-Net-SSLeay \ - p5-POE>=1.267:${PORTSDIR}/devel/p5-POE -RUN_DEPENDS= ${BUILD_DEPENDS} + p5-POE>=1.267:${PORTSDIR}/devel/p5-POE \ + p5-Task-Weaken>=1.03:${PORTSDIR}/devel/p5-Task-Weaken +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -24,4 +28,16 @@ MAN3= POE::Component::SSLify.3 \ POE::Component::SSLify::ClientHandle.3 \ POE::Component::SSLify::ServerHandle.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500809 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.31:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=6.31:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +.endif + +.if ${PERL_LEVEL} < 501001 +BUILD_DEPENDS+= p5-IO>=1.28:${PORTSDIR}/devel/p5-IO +RUN_DEPENDS+= p5-IO>=1.28:${PORTSDIR}/devel/p5-IO +.endif + +.include <bsd.port.post.mk> diff --git a/security/p5-POE-Component-SSLify/distinfo b/security/p5-POE-Component-SSLify/distinfo index 2d317a1aa356..3fa96ee7c15e 100644 --- a/security/p5-POE-Component-SSLify/distinfo +++ b/security/p5-POE-Component-SSLify/distinfo @@ -1,3 +1,2 @@ -MD5 (POE-Component-SSLify-0.20.tar.gz) = 675ce72ed34aeaceb0da9dc2794fdb92 -SHA256 (POE-Component-SSLify-0.20.tar.gz) = 4327c59a3bee8fb93b52f77cd6dae7c2f5f63577365b2a42a9f529ec48ded215 -SIZE (POE-Component-SSLify-0.20.tar.gz) = 28650 +SHA256 (POE-Component-SSLify-1.008.tar.gz) = 69106d525b28ca56c2e26feac4a3442426bd63b0e6864905bf99cc41869dfb55 +SIZE (POE-Component-SSLify-1.008.tar.gz) = 48342 |