blob: 29742df31953320f6d2cc62365c62dcfa64cc27d (
plain) (
tree)
|
|
# New ports collection makefile for: devel/p5-Template-Provider-FromDATA
# Date created: 3 December 2008
# Whom: George Hartzell <hartzell@alerce.com>
#
# $FreeBSD$
#
PORTNAME= Template-Provider-FromDATA
PORTVERSION= 0.08
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= hartzell@alerce.com
COMMENT= Load templates from your __DATA__ section
BUILD_DEPENDS= p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit \
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor
PERL_CONFIGURE= 5.8.0+
MAN3= Template::Provider::FromDATA.3
.include <bsd.port.mk>
|