freebsd-ports/www/p5-Net-Async-FastCGI/Makefile
2012-04-01 02:16:37 +00:00

28 lines
767 B
Makefile

# 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>