2001-12-03 02:12:56 +01:00
|
|
|
# New ports collection makefile for: p5-HTML-Template-Expr
|
|
|
|
# Date Created: 2001/11/28
|
|
|
|
# Whom: nork@cityfujisawa.ne.jp
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML-Template-Expr
|
2006-04-19 12:39:27 +02:00
|
|
|
PORTVERSION= 0.07
|
2009-12-06 14:50:30 +01:00
|
|
|
PORTREVISION= 1
|
2001-12-03 02:12:56 +01:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-12-03 02:12:56 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-08-13 17:21:20 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-22 17:16:12 +01:00
|
|
|
COMMENT= Perl module to use HTML Templates which allows expressions
|
2001-12-03 02:12:56 +01:00
|
|
|
|
2009-12-06 14:50:30 +01:00
|
|
|
RUN_DEPENDS= p5-HTML-Template>=2.4:${PORTSDIR}/www/p5-HTML-Template \
|
|
|
|
p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-12-03 02:12:56 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= HTML::Template::Expr.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|