2007-03-26 03:39:09 +02:00
|
|
|
# New ports collection makefile for: JSON-XS
|
|
|
|
# Date created: 25 Mar 2007
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= JSON-XS
|
2008-09-29 15:58:26 +02:00
|
|
|
PORTVERSION= 2.23
|
2007-03-26 03:39:09 +02:00
|
|
|
CATEGORIES= converters perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2008-04-07 11:19:04 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
|
2007-03-26 03:39:09 +02:00
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
|
|
COMMENT= JSON serialising/deserialising, done correctly and fast
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2008-04-21 04:31:03 +02:00
|
|
|
MAN1= json_xs.1
|
2007-07-13 07:20:44 +02:00
|
|
|
MAN3= JSON::XS.3 JSON::XS::Boolean.3
|
2007-03-26 03:39:09 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|