freebsd-ports/devel/p5-Config-JSON/Makefile
Andrej Zverev 14d750125f Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 15:39:36 +00:00

28 lines
719 B
Makefile

# New ports collection makefile for: p5-Config-JSON
# Date created: 2008-07-31
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= Config-JSON
PORTVERSION= 1.5100
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A JSON based config file system
RUN_DEPENDS= \
p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-File-Temp>=0.18:${PORTSDIR}/devel/p5-File-Temp \
p5-JSON>=2.16:${PORTSDIR}/converters/p5-JSON \
p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
PERL_CONFIGURE= Yes
MAN3= Config::JSON.3
.include <bsd.port.mk>