1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/p5-Config-JSON/Makefile
Martin Wilke b885199ccf This package parses the config files written in JSON. It also does some
non-JSON stuff, like allowing for comments in the files.

WWW:	http://search.cpan.org/dist/Config-JSON/

PR:		ports/126119
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
2008-08-06 15:34:11 +00:00

26 lines
530 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.1.4
CATEGORIES= devel
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= cherry@trombik.org
COMMENT= A JSON based config file system
RUN_DEPENDS= p5-Class-InsideOut>0:${PORTSDIR}/devel/p5-Class-InsideOut \
p5-JSON>0:${PORTSDIR}/converters/p5-JSON
WRKSRC= ${WRKDIR}/Config-JSON
PERL_CONFIGURE= Yes
MAN3= Config::JSON.3
.include <bsd.port.mk>