diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-23 18:08:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-23 18:08:00 +0000 |
commit | 4c838abf8c1c2d780e1cc055aecfaf6da8ba827a (patch) | |
tree | d2d6caf433d397cf90bdf7bd4cb9dbcd73f76f9c /www/p5-Net-Async-FastCGI | |
parent | fbf420b3233f973eebb03ee967720c13becee072 (diff) | |
download | ports-4c838abf8c1c2d780e1cc055aecfaf6da8ba827a.tar.gz ports-4c838abf8c1c2d780e1cc055aecfaf6da8ba827a.zip |
Notes
Diffstat (limited to 'www/p5-Net-Async-FastCGI')
-rw-r--r-- | www/p5-Net-Async-FastCGI/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Net-Async-FastCGI/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Net-Async-FastCGI/pkg-plist | 6 |
3 files changed, 10 insertions, 5 deletions
diff --git a/www/p5-Net-Async-FastCGI/Makefile b/www/p5-Net-Async-FastCGI/Makefile index f4da26dfcc54..85794d73a37e 100644 --- a/www/p5-Net-Async-FastCGI/Makefile +++ b/www/p5-Net-Async-FastCGI/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Async-FastCGI -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to use FastCGI with IO::Async +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-IO-Async>=0:${PORTSDIR}/devel/p5-IO-Async \ p5-Net-FastCGI>=0:${PORTSDIR}/www/p5-Net-FastCGI diff --git a/www/p5-Net-Async-FastCGI/distinfo b/www/p5-Net-Async-FastCGI/distinfo index 5a6a9c2f6e17..effe9df81f55 100644 --- a/www/p5-Net-Async-FastCGI/distinfo +++ b/www/p5-Net-Async-FastCGI/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Async-FastCGI-0.23.tar.gz) = cbf0894335a8f9e56aa68be7b201f178cb2eaa7bd5353502755a40f139a0502b -SIZE (Net-Async-FastCGI-0.23.tar.gz) = 29964 +SHA256 (Net-Async-FastCGI-0.24.tar.gz) = 8d035a18bdf6f67ecd755c2c7b1b3ae1aa6d76486458b33989618773c689ba91 +SIZE (Net-Async-FastCGI-0.24.tar.gz) = 30883 diff --git a/www/p5-Net-Async-FastCGI/pkg-plist b/www/p5-Net-Async-FastCGI/pkg-plist index cb37813b8186..80e165ee4180 100644 --- a/www/p5-Net-Async-FastCGI/pkg-plist +++ b/www/p5-Net-Async-FastCGI/pkg-plist @@ -1,9 +1,11 @@ -%%SITE_PERL%%/Net/Async/FastCGI/Request.pm +%%SITE_PERL%%/Net/Async/FastCGI.pm %%SITE_PERL%%/Net/Async/FastCGI/Protocol.pm +%%SITE_PERL%%/Net/Async/FastCGI/Request.pm %%SITE_PERL%%/Net/Async/FastCGI/ServerProtocol.pm -%%SITE_PERL%%/Net/Async/FastCGI.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async/FastCGI/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async/FastCGI @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Async +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrmtry %%SITE_PERL%%/Net/Async/FastCGI @dirrmtry %%SITE_PERL%%/Net/Async +@dirrmtry %%SITE_PERL%%/Net |