2013-09-10 09:55:33 +02:00
|
|
|
# Created by: Denis Pokataev <catone@cpan.org>
|
2008-11-21 19:43:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= JSON-XS-VersionOneAndTwo
|
|
|
|
PORTVERSION= 0.31
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2008-11-21 19:43:01 +01:00
|
|
|
CATEGORIES= converters perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-04-11 06:49:30 +02:00
|
|
|
MAINTAINER= culot@FreeBSD.org
|
2008-11-21 19:43:01 +01:00
|
|
|
COMMENT= Support versions 1 and 2 of JSON::XS
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
RUN_DEPENDS= p5-JSON-XS>=0:converters/p5-JSON-XS
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2008-11-21 19:43:01 +01:00
|
|
|
|
2013-09-10 09:55:33 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-11-21 19:43:01 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|