freebsd-ports/converters/p5-JSON/Makefile
2022-11-19 16:13:24 +08:00

19 lines
357 B
Makefile

PORTNAME= JSON
PORTVERSION= 4.10
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
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>