freebsd-ports/www/p5-Catalyst-View-JSON/Makefile
Jun Kuriyama b57347d897 - Upgrade to 0.12.
- Remove Test-Simple dependency which is not actually depends on.
2006-11-07 02:41:51 +00:00

27 lines
716 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.12
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Catalyst
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Catalyst View handler that returns stash data in JSON format
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-JSON>=1.00:${PORTSDIR}/converters/p5-JSON \
p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel
PERL_CONFIGURE= yes
MAN3= Catalyst::Helper::View::JSON.3 Catalyst::View::JSON.3
.include <bsd.port.mk>