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
|
2009-02-19 08:01:44 +01:00
|
|
|
PORTVERSION= 2.23.11
|
2007-03-26 03:39:09 +02:00
|
|
|
CATEGORIES= converters perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2009-02-09 04:59:12 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
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>
|