mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
d49a8f39af
Approved by: portmgr (blanket infrastructure)
21 lines
402 B
Makefile
21 lines
402 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= JSON
|
|
PORTVERSION= 1.15
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
PKGNAMESUFFIX= 1
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to convert to JSON (JavaScript Object Notation)
|
|
|
|
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
CONFLICTS= p5-JSON-2.*
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|