blob: c6cacafd5eee498c64e037a912f9cea2b407f0e6 (
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
|
# New ports collection makefile for: p5-HTML-Template-Expr
# Date Created: 2001/11/28
# Whom: nork@cityfujisawa.ne.jp
#
# $FreeBSD$
#
PORTNAME= HTML-Template-Expr
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to use HTML Templates which allows expressions
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}
PERL_CONFIGURE= yes
MAN3= HTML::Template::Expr.3
.include <bsd.port.mk>
|