mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
26 lines
691 B
Makefile
26 lines
691 B
Makefile
# Created by: mat
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Template-Alloy
|
|
PORTVERSION= 1.019
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:RHANDOM
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Mixing of all of the major template systems
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
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::Stream.3 \
|
|
Template::Alloy::TT.3 Template::Alloy::Tmpl.3 \
|
|
Template::Alloy::VMethod.3 Template::Alloy::Velocity.3
|
|
|
|
.include <bsd.port.mk>
|