freebsd-ports/www/p5-Template-Provider-FromDATA/Makefile
Philip M. Gollucci 3d413fe3a7 Template::Provider::FromDATA - Load templates from your __DATA__ section
This module allows you to store your templates inline with your code
in the __DATA__ section. It will search any number of classes
specified.

WWW: http://search.cpan.org/~bricas/Template-Provider-FromDATA-0.08

PR:		        ports/129402
Submitted by:	George Hartzell <hartzell at alerce.com>
Approved by:    araujo (mentor, implicit)
2008-12-26 05:12:26 +00:00

24 lines
596 B
Makefile

# 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>