c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
27 lines
711 B
Makefile
27 lines
711 B
Makefile
# New ports collection makefile for: www/p5-Catalyst-View-HTML-Template
|
|
# Date created: 28 May 2005
|
|
# Whom: Gruen Christian <kiki@bsdro.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Catalyst-View-HTML-Template
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kiki@bsdro.org
|
|
COMMENT= HTML::Template view class for Catalyst
|
|
|
|
BUILD_DEPENDS= p5-Catalyst-Runtime>=5:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|
p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
|
|
p5-HTML-Template>0:${PORTSDIR}/www/p5-HTML-Template
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Catalyst::Helper::View::HTML::Template.3 \
|
|
Catalyst::View::HTML::Template.3
|
|
|
|
.include <bsd.port.mk>
|