mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Perl module to use FastCGI with IO::Async
WWW: http://search.cpan.org/dist/Net-Async-FastCGI/ Feature safe: yes
This commit is contained in:
parent
21d8aee3fc
commit
0eff49e588
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294065
@ -1037,6 +1037,7 @@
|
||||
SUBDIR += p5-Mozilla-CA
|
||||
SUBDIR += p5-Net-Akismet
|
||||
SUBDIR += p5-Net-Amazon-AWIS
|
||||
SUBDIR += p5-Net-Async-FastCGI
|
||||
SUBDIR += p5-Net-FastCGI
|
||||
SUBDIR += p5-Net-FireEagle
|
||||
SUBDIR += p5-Net-Flickr-API
|
||||
|
28
www/p5-Net-Async-FastCGI/Makefile
Normal file
28
www/p5-Net-Async-FastCGI/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-Net-Async-FastCGI
|
||||
# Date created: 2012-03-31
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Async-FastCGI
|
||||
PORTVERSION= 0.23
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module to use FastCGI with IO::Async
|
||||
|
||||
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
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-HexString>=0:${PORTSDIR}/devel/p5-Test-HexString \
|
||||
p5-Test-Refcount>0:${PORTSDIR}/devel/p5-Test-Refcount
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Async::FastCGI.3 Net::Async::FastCGI::Request.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-Net-Async-FastCGI/distinfo
Normal file
2
www/p5-Net-Async-FastCGI/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-Async-FastCGI-0.23.tar.gz) = cbf0894335a8f9e56aa68be7b201f178cb2eaa7bd5353502755a40f139a0502b
|
||||
SIZE (Net-Async-FastCGI-0.23.tar.gz) = 29964
|
3
www/p5-Net-Async-FastCGI/pkg-descr
Normal file
3
www/p5-Net-Async-FastCGI/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Perl module to use FastCGI with IO::Async
|
||||
|
||||
WWW: http://search.cpan.org/dist/Net-Async-FastCGI/
|
9
www/p5-Net-Async-FastCGI/pkg-plist
Normal file
9
www/p5-Net-Async-FastCGI/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/Net/Async/FastCGI/Request.pm
|
||||
%%SITE_PERL%%/Net/Async/FastCGI/Protocol.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%%/Net/Async/FastCGI
|
||||
@dirrmtry %%SITE_PERL%%/Net/Async
|
Loading…
Reference in New Issue
Block a user