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
708 B
Makefile
27 lines
708 B
Makefile
# New ports collection makefile for: p5-Catalyst-View-JSON
|
|
# Date created: May 10, 2006
|
|
# Whom: kuriyama@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Catalyst-View-JSON
|
|
PORTVERSION= 0.33
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Catalyst View handler that returns stash data in JSON format
|
|
|
|
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.6000:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|
p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any \
|
|
p5-MRO-Compat>0:${PORTSDIR}/devel/p5-MRO-Compat
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Catalyst::Helper::View::JSON.3 Catalyst::View::JSON.3
|
|
|
|
.include <bsd.port.mk>
|