ee1acb9e17
PR: ports/141603 Approved by: maintainer timeout (hartzell@alerce.com; 14 days) Submitted by: myself (pgollucci@)
24 lines
596 B
Makefile
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.11
|
|
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>
|