summaryrefslogtreecommitdiff
path: root/converters/p5-JSON/Makefile
blob: 06f254e824cbc282c8c451685223242d9c43307b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	JSON
# Date created:		19 Aug 2005
# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

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

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension to convert to JSON (JavaScript Object Notation)

RUN_DEPENDS=	${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS=	${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple

CONFLICTS=	p5-JSON-1.*
PERL_CONFIGURE=	yes

MAN3=		JSON.3 \
		JSON::PP.3 \
		JSON::PP56.3 \
		JSON::PP::Boolean.3 \
		JSON::PP5005.3

.include <bsd.port.mk>