blob: 77f9dda909aabfccf525607866458d36ca35a9dc (
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
28
29
30
31
|
# New ports collection makefile for: www/p5-Jemplate
# Date created: 05 April 2007
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Jemplate
PORTVERSION= 0.23
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/R/RK/RKRIMEN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= JavaScript Templating with Template Toolkit
RUN_DEPENDS= p5-File-Find-Rule>=0.30:${PORTSDIR}/devel/p5-File-Find-Rule \
p5-Template-Toolkit>=2.19:${PORTSDIR}/www/p5-Template-Toolkit
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= jemplate.1
MAN3= Jemplate.3 \
Jemplate::Directive.3 \
Jemplate::Parser.3 \
Jemplate::Runtime.3 \
Jemplate::Runtime::Compact.3
.include <bsd.port.mk>
|