diff options
author | mat <mat@FreeBSD.org> | 2011-08-24 20:27:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2011-08-24 20:27:42 +0800 |
commit | 2373d0fe5c522d8d541c1fbbb35e01dd26f3c1ce (patch) | |
tree | 2ed8ed378c03bec0944c4c3af0086fb9af56be4f | |
parent | 9a9bdcd0d1a0bf5bbb5ff4edb6ec50c098219258 (diff) | |
download | freebsd-ports-gnome-2373d0fe5c522d8d541c1fbbb35e01dd26f3c1ce.tar.gz freebsd-ports-gnome-2373d0fe5c522d8d541c1fbbb35e01dd26f3c1ce.tar.zst freebsd-ports-gnome-2373d0fe5c522d8d541c1fbbb35e01dd26f3c1ce.zip |
Update to 0.24
Add license
PR: ports/159388
Submitted by: Jase Thew <freebsd@beardz.net>
-rw-r--r-- | security/p5-POE-Filter-SSL/Makefile | 8 | ||||
-rw-r--r-- | security/p5-POE-Filter-SSL/distinfo | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/security/p5-POE-Filter-SSL/Makefile b/security/p5-POE-Filter-SSL/Makefile index cd0e23c6ed6b..ff97bd803940 100644 --- a/security/p5-POE-Filter-SSL/Makefile +++ b/security/p5-POE-Filter-SSL/Makefile @@ -6,14 +6,18 @@ # PORTNAME= POE-Filter-SSL -PORTVERSION= 0.22 +PORTVERSION= 0.24 CATEGORIES= security perl5 MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PRIVI PKGNAMEPREFIX= p5- MAINTAINER= mat@FreeBSD.org COMMENT= The easiest and flexiblest way to SSL in POEIntegrate SSL into POE +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay \ ${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/POE/Filter/Stackable.pm:${PORTSDIR}/devel/p5-POE \ @@ -22,6 +26,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net ${SITE_PERL}/HTTP/Status.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/POE/Filter/Stackable.pm:${PORTSDIR}/devel/p5-POE +WRKSRC= ${WRKDIR} + PERL_CONFIGURE= yes MAN3= POE::Filter::SSL.3 diff --git a/security/p5-POE-Filter-SSL/distinfo b/security/p5-POE-Filter-SSL/distinfo index 914c3c21171e..7218dc536a63 100644 --- a/security/p5-POE-Filter-SSL/distinfo +++ b/security/p5-POE-Filter-SSL/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Filter-SSL-0.22.tar.gz) = 49d3cec3f55999feded92da10fbd3ab9eb923eae320c6b9d039dbd00f883c047 -SIZE (POE-Filter-SSL-0.22.tar.gz) = 55926 +SHA256 (POE-Filter-SSL-0.24.tar.gz) = 36d71b2b2b5a9f4cdf7a3a84fcb3f01487124dea3851e20fe9a9b928dcfe8e87 +SIZE (POE-Filter-SSL-0.24.tar.gz) = 56362
\ No newline at end of file |