diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-11 13:29:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-11 13:29:30 +0000 |
commit | 348ef0bd2010eb431514bd09852f08bf4a9f056c (patch) | |
tree | 0c231dd185cbe435d98f0a57235827b886c0cc05 /security/p5-POE-Component-SSLify | |
parent | 1cf5c63d8fe99ae11f7c90d76019c2003cb0cdf4 (diff) |
Notes
Diffstat (limited to 'security/p5-POE-Component-SSLify')
-rw-r--r-- | security/p5-POE-Component-SSLify/Makefile | 14 | ||||
-rw-r--r-- | security/p5-POE-Component-SSLify/distinfo | 4 | ||||
-rw-r--r-- | security/p5-POE-Component-SSLify/pkg-plist | 6 |
3 files changed, 15 insertions, 9 deletions
diff --git a/security/p5-POE-Component-SSLify/Makefile b/security/p5-POE-Component-SSLify/Makefile index 4c45397bd8b0..a6b22fc12515 100644 --- a/security/p5-POE-Component-SSLify/Makefile +++ b/security/p5-POE-Component-SSLify/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-SSLify -PORTVERSION= 1.008 -PORTREVISION= 1 +PORTVERSION= 1.012 CATEGORIES= security perl5 MASTER_SITES= CPAN/${PORTNAME:C/-.*//}/APOCAL PKGNAMEPREFIX= p5- @@ -18,8 +17,15 @@ BUILD_DEPENDS= p5-Net-SSLeay>=1.36:${PORTSDIR}/security/p5-Net-SSLeay \ p5-POE>=1.267:${PORTSDIR}/devel/p5-POE \ p5-Task-Weaken>=1.03:${PORTSDIR}/devel/p5-Task-Weaken RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502000 +TEST_DEPENDS+= p5-Test-Simple>=1.001.002:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/security/p5-POE-Component-SSLify/distinfo b/security/p5-POE-Component-SSLify/distinfo index 3fa96ee7c15e..bb4adff237c9 100644 --- a/security/p5-POE-Component-SSLify/distinfo +++ b/security/p5-POE-Component-SSLify/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Component-SSLify-1.008.tar.gz) = 69106d525b28ca56c2e26feac4a3442426bd63b0e6864905bf99cc41869dfb55 -SIZE (POE-Component-SSLify-1.008.tar.gz) = 48342 +SHA256 (POE-Component-SSLify-1.012.tar.gz) = 1db61c1da047c96de4972b529c72a90d806991f65fd79418951a312461dc185d +SIZE (POE-Component-SSLify-1.012.tar.gz) = 58056 diff --git a/security/p5-POE-Component-SSLify/pkg-plist b/security/p5-POE-Component-SSLify/pkg-plist index b69648903dd4..f928777f6b48 100644 --- a/security/p5-POE-Component-SSLify/pkg-plist +++ b/security/p5-POE-Component-SSLify/pkg-plist @@ -1,6 +1,6 @@ -%%PERL5_MAN3%%/POE::Component::SSLify.3.gz -%%PERL5_MAN3%%/POE::Component::SSLify::ClientHandle.3.gz -%%PERL5_MAN3%%/POE::Component::SSLify::ServerHandle.3.gz %%SITE_PERL%%/POE/Component/SSLify.pm %%SITE_PERL%%/POE/Component/SSLify/ClientHandle.pm %%SITE_PERL%%/POE/Component/SSLify/ServerHandle.pm +%%PERL5_MAN3%%/POE::Component::SSLify.3.gz +%%PERL5_MAN3%%/POE::Component::SSLify::ClientHandle.3.gz +%%PERL5_MAN3%%/POE::Component::SSLify::ServerHandle.3.gz |