blob: e8344c834de6a01b977bf8081546416cbcf0dcdf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= Template-Mustache
PORTVERSION= v0.5.1
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PVANDE
PKGNAMEPREFIX= p5-
MAINTAINER= kurt.lidl@cello.com
COMMENT= Perl version of the fabulous Mustache template language
WWW= https://metacpan.org/release/Template-Mustache
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-YAML-Syck>=1.15:textproc/p5-YAML-Syck
TEST_DEPENDS:= p5-Test-Mini-Unit>=v1.0.3:devel/p5-Test-Mini-Unit
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|