blob: c11792b02870593065e978b0880833e0e6327962 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
|