2010-04-17 02:16:06 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Plack-Handler-AnyEvent-SCGI
|
2014-11-20 16:04:23 +01:00
|
|
|
PORTVERSION= 0.03
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2010-04-17 02:16:06 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Perl extension for PSGI handler on AnyEvent::SCGI
|
|
|
|
|
2014-11-20 16:04:23 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2010-04-17 02:16:06 +02:00
|
|
|
RUN_DEPENDS= \
|
|
|
|
p5-AnyEvent-SCGI>0:${PORTSDIR}/www/p5-AnyEvent-SCGI \
|
|
|
|
p5-Plack>=0.9901:${PORTSDIR}/www/p5-Plack
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2012-04-22 12:08:47 +02:00
|
|
|
TEST_DEPENDS= p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
|
2010-04-17 02:16:06 +02:00
|
|
|
|
2013-09-02 19:29:36 +02:00
|
|
|
USES= perl5
|
2014-11-20 16:04:23 +01:00
|
|
|
USE_PERL5= modbuildtiny
|
|
|
|
NO_ARCH= YES
|
|
|
|
|
|
|
|
# Workaround until Module::Build::Tiny 0.039.
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|0.039|0.038|' ${WRKSRC}/Build.PL
|
2010-04-17 02:16:06 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|