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/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile
index 6fbce40b3e8c..d337c43606f3 100644
--- a/converters/p5-JSON/Makefile
+++ b/converters/p5-JSON/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= JSON
-PORTVERSION= 2.27
+PORTVERSION= 2.50
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,10 +18,9 @@ CONFLICTS= p5-JSON-1.*
PERL_CONFIGURE= yes
MAN3= JSON.3 \
- JSON::PP.3 \
- JSON::PP56.3 \
- JSON::PP58.3 \
- JSON::PP::Boolean.3 \
- JSON::PP5005.3
+ JSON::backportPP.3 \
+ JSON::backportPP::Boolean.3 \
+ JSON::backportPP::Compat5005.3 \
+ JSON::backportPP::Compat5006.3
.include <bsd.port.mk>