1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/converters/p5-JSON/Makefile
2013-08-10 10:17:49 +00:00

23 lines
441 B
Makefile

# $FreeBSD$
PORTNAME= JSON
PORTVERSION= 2.59
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.*
USES= perl5
USE_PERL5= configure
MAN3= JSON.3 \
JSON::backportPP.3 \
JSON::backportPP::Boolean.3 \
JSON::backportPP::Compat5005.3 \
JSON::backportPP::Compat5006.3
.include <bsd.port.mk>