aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON-Any/Makefile
blob: c926b3ceeaa177179c7039ddbd782e443d7caae5 (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
# New ports collection makefile for:	JSON-Any
# Date created:		7 Apr 2007
# Whom:			Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	JSON-Any
PORTVERSION=	1.16
CATEGORIES=	converters perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	../../authors/id/P/PE/PERIGRIN
PKGNAMEPREFIX=	p5-

MAINTAINER=	clsung@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>