blob: 6414db5f8b92ce98ac675033bfe27a58c645163a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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= yes
MAN3= Template::Provider::FromDATA.3
.include <bsd.port.mk>
|