freebsd-ports/converters/p5-JSON/Makefile
2009-06-04 09:19:40 +00:00

27 lines
515 B
Makefile

# New ports collection makefile for: JSON
# Date created: 19 Aug 2005
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= JSON
PORTVERSION= 2.15
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to convert to JSON (JavaScript Object Notation)
CONFLICTS= p5-JSON-1.*
PERL_CONFIGURE= yes
MAN3= JSON.3 \
JSON::PP.3 \
JSON::PP56.3 \
JSON::PP58.3 \
JSON::PP::Boolean.3 \
JSON::PP5005.3
.include <bsd.port.mk>