freebsd-ports/devel/p5-RunApp/Makefile
Andrej Zverev b1b8c2a1fa - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 13:41:40 +00:00

23 lines
532 B
Makefile

# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$
PORTNAME= RunApp
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CLKAO
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Generic module to run web-applications
BUILD_DEPENDS= p5-App-Control>=0:${PORTSDIR}/devel/p5-App-Control \
p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>