freebsd-ports/www/p5-Template-Stash-AutoEscape/Makefile
2010-10-10 02:22:58 +00:00

27 lines
700 B
Makefile

# New ports collection makefile for: Template::Stash::AutoEscape
# Date created: 04 Sep 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Template-Stash-AutoEscape
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to escape automatically in Template-Toolkit
RUN_DEPENDS= \
p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \
p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Template::Stash::AutoEscape.3
.include <bsd.port.mk>