freebsd-ports/converters/p5-JSON-XS-VersionOneAndTwo/Makefile
Andrej Zverev a41069ab3b - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 14:53:22 +00:00

24 lines
527 B
Makefile

# New ports collection makefile for: p5-JSON-XS-VersionOneAndTwo
# Date created: 21 Nov 2008
# Whom: Denis Pokataev <catone@cpan.org>
#
# $FreeBSD$
#
PORTNAME= JSON-XS-VersionOneAndTwo
PORTVERSION= 0.31
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= catone@cpan.org
COMMENT= Support versions 1 and 2 of JSON::XS
RUN_DEPENDS= p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= JSON::XS::VersionOneAndTwo.3
.include <bsd.port.mk>