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
30 lines
794 B
Makefile
30 lines
794 B
Makefile
# New ports collection makefile for: Template-Magic
|
|
# Date created: July 23 2004
|
|
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Template-Magic
|
|
PORTVERSION= 1.39
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= A Perl Module with magic merger of runtime values with templates
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/IO/Util.pm:${PORTSDIR}/devel/p5-IO-Util \
|
|
${SITE_PERL}/Class/constr.pm:${PORTSDIR}/devel/p5-OOTools \
|
|
${SITE_PERL}/HTML/TableTiler.pm:${PORTSDIR}/www/p5-HTML-TableTiler
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Template::Magic.3 \
|
|
Bundle::Template::Magic.3 \
|
|
Template::Magic::HTML.3 \
|
|
Template::Magic::QuickStart.3 \
|
|
Template::Magic::Zone.3
|
|
|
|
.include <bsd.port.mk>
|