freebsd-ports/www/p5-Catalyst-Engine-PSGI/Makefile
Andrej Zverev e60bf52277 - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:53:37 +00:00

21 lines
495 B
Makefile

# $FreeBSD$
PORTNAME= Catalyst-Engine-PSGI
PORTVERSION= 0.13
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension of PSGI engine for Catalyst
RUN_DEPENDS= \
p5-Catalyst-Runtime>=5.80007:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Catalyst-Action-RenderView>0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>