Files
bsdports/perl/p5-JSON/Makefile
2022-12-15 16:52:56 +02:00

17 lines
315 B
Makefile

PORTNAME= JSON
PORTVERSION= 4.09
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to convert to JSON (JavaScript Object Notation)
WWW= https://metacpan.org/release/JSON
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>