1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/p5-Jemplate/Makefile
Steve Wills 1914003fb8 - Update to 0.262
PR:		ports/166627
Approved by:	maintainer timeout (lth, >2 weeks)
2012-04-24 01:10:52 +00:00

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>