freebsd-ports/www/p5-Jemplate/Makefile
2008-06-13 10:51:27 +00:00

31 lines
727 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.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>