mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
1914003fb8
PR: ports/166627 Approved by: maintainer timeout (lth, >2 weeks)
35 lines
750 B
Makefile
35 lines
750 B
Makefile
# New ports collection makefile for: www/p5-Jemplate
|
|
# Date created: 05 April 2007
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Jemplate
|
|
PORTVERSION= 0.262
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:FREW
|
|
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
|
|
|
|
post-patch:
|
|
@${RM} ${WRKSRC}/bin/README
|
|
|
|
.include <bsd.port.mk>
|