# New ports collection makefile for:	JSON-Any
# Date created:		7 Apr 2007
# Whom:			Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD: ports/converters/p5-JSON-Any/Makefile,v 1.17 2010/12/13 19:29:32 bapt Exp $
#

PORTNAME=	JSON-Any
PORTVERSION=	1.25
CATEGORIES=	converters perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl Wrapper Class for the various JSON classes

RUN_DEPENDS=	p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON
BUILD_DEPENDS=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes
MAN3=		JSON::Any.3

.include <bsd.port.mk>
