blob: cebba2e3f4d6752e7622cc5f834da45ca7a3e4f9 (
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
|
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= Any-Template
PORTVERSION= 1.015
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provide a consistent interface to a wide array of templating languages
BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace
RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace
TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
USES= perl5
USE_PERL5= configure
MAN3= Any::Template.3 Any::Template::Backend.3 \
Any::Template::Backend::HTML::Template.3 \
Any::Template::Backend::TemplateToolkit.3 \
Any::Template::Backend::Text::MicroMason.3 \
Any::Template::Backend::Text::Template.3
NO_STAGE= yes
.include <bsd.port.mk>
|