freebsd-ports/www/p5-CGI-Application-Plugin-AnyTemplate/Makefile
Sunpoet Po-Chuan Hsieh 600cfabaeb - Add LICENSE
- Pass maintainership to submitter

PR:		ports/188758
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-04-26 18:14:33 +00:00

25 lines
631 B
Makefile

# Created by: George Hartzell <hartzell@alerce.com>
# $FreeBSD$
PORTNAME= CGI-Application-Plugin-AnyTemplate
PORTVERSION= 0.18
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Use any templating system in CGI::Application
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-CGI-Application-Plugin-Forward>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-Forward \
p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>