aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON-XS/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-11-26 21:12:15 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-11-26 21:12:15 +0000
commitdb5ebb8fd8869d44f81eb45b17ac629e99fd1d7d (patch)
treed26465894c5787595100a457b7a95614d2f2a05c /converters/p5-JSON-XS/Makefile
parent3eede269876f2a0a5d0760708f2bd65c87e42d4e (diff)
downloadports-db5ebb8fd8869d44f81eb45b17ac629e99fd1d7d.tar.gz
ports-db5ebb8fd8869d44f81eb45b17ac629e99fd1d7d.zip
Notes
Diffstat (limited to 'converters/p5-JSON-XS/Makefile')
-rw-r--r--converters/p5-JSON-XS/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile
index eaa7ad05a52e..cddf043465af 100644
--- a/converters/p5-JSON-XS/Makefile
+++ b/converters/p5-JSON-XS/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= JSON-XS
-PORTVERSION= 2.29
+PORTVERSION= 2.30
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-#DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/.$//}
MAINTAINER= clsung@FreeBSD.org
COMMENT= JSON serialising/deserialising, done correctly and fast
@@ -19,6 +19,7 @@ RUN_DEPENDS= p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= 5.8.0+
+
MAN1= json_xs.1
MAN3= JSON::XS.3 JSON::XS::Boolean.3