blob: a7bb37533c0bc0181973783142f05cd69435c454 (
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
|
# Created by: Vivek Khera <vivek@khera.org>
PORTNAME= Template-Plugin-Autoformat
PORTVERSION= 2.77
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= vivek@khera.org
COMMENT= Template Toolkit interface to Text::Autoformat module
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
RUN_DEPENDS= p5-Template-Toolkit>=2.22:www/p5-Template-Toolkit \
p5-Text-Autoformat>0:textproc/p5-Text-Autoformat
BUILD_DEPENDS= p5-Template-Toolkit>=2.22:www/p5-Template-Toolkit \
p5-Text-Autoformat>0:textproc/p5-Text-Autoformat
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|