blob: 78481d352db5fc0398c6563c431d8b98a7554fc8 (
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
25
26
27
|
# New ports collection makefile for: www/p5-Template-Alloy
# Date created: 22 June 2007
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= Template-Alloy
PORTVERSION= 1.007
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Mixing of all of the major template systems
PERL_CONFIGURE= yes
MAN3= Template::Alloy.3 Template::Alloy::Compile.3 \
Template::Alloy::Context.3 Template::Alloy::Exception.3 \
Template::Alloy::HTE.3 Template::Alloy::Iterator.3 \
Template::Alloy::Operator.3 Template::Alloy::Parse.3 \
Template::Alloy::Play.3 Template::Alloy::TT.3 \
Template::Alloy::Tmpl.3 Template::Alloy::VMethod.3 \
Template::Alloy::Velocity.3
.include <bsd.port.mk>
|