aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-JSON/Makefile')
-rw-r--r--converters/p5-JSON/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile
index 89ad9a0f567c..acbe68f524a9 100644
--- a/converters/p5-JSON/Makefile
+++ b/converters/p5-JSON/Makefile
@@ -1,19 +1,19 @@
PORTNAME= JSON
-PORTVERSION= 2.97.001
+PORTVERSION= 4.10
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
-MAINTAINER= kuriyama@FreeBSD.org
+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
-CONFLICTS= p5-JSON-1.* p5-JSON1-*
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>