mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
251564fad3
- add licences - changes: http://cpansearch.perl.org/src/PEVANS/FCGI-Async-0.22/Changes
30 lines
601 B
Makefile
30 lines
601 B
Makefile
# New ports collection makefile for: p5-FCGI-Async
|
|
# Date created: 2007-06-10
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= FCGI-Async
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Module to allow use of FastCGI asynchronously
|
|
|
|
LICENSE_COMB= dual
|
|
LICENSE= ART20 GPLv1
|
|
|
|
RUN_DEPENDS= p5-IO-Async>=0:${PORTSDIR}/devel/p5-IO-Async \
|
|
p5-Net-FastCGI>=0:${PORTSDIR}/www/p5-Net-FastCGI
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Plack::Handler::FCGI::Async.3 \
|
|
FCGI::Async::PSGI.3 \
|
|
FCGI::Async.3
|
|
|
|
.include <bsd.port.mk>
|