blob: bb81b387a5efbede4decc2866ce414b55883214c (
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
|
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= Any-Template
PORTVERSION= 1.015
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Provide a consistent interface to a wide array of templating languages
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= p5-Log-Trace>0:devel/p5-Log-Trace
RUN_DEPENDS= p5-Log-Trace>0:devel/p5-Log-Trace
TEST_DEPENDS= p5-Test-Assertions>0:devel/p5-Test-Assertions
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>
|