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-10-21 04:09:13 +02:00
|
|
|
PORTVERSION= 2.26
|
2007-03-26 03:39:09 +02:00
|
|
|
CATEGORIES= converters perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
2009-08-26 07:48:55 +02: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
|
|
|
|
|
2009-08-31 11:36:21 +02:00
|
|
|
RUN_DEPENDS= p5-common-sense>0:${PORTSDIR}/devel/p5-common-sense
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
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>
|