f9c16871ba
human-readable and easily-editable text format and access it as a perl data structure. It also allows you to write configuration data from perl back to this format. The data format allows key/value pairs, comments, escaping of unprintable or problematic characters, sensible whitespace handling, support for Unicode data, nested sections, or blocks, of configuration data. WWW: http://search.cpan.org/dist/Config-Wrest/ PR: ports/147283 Submitted by: John Alden + Eric Freeman <freebsdports at chillibear.com>
27 lines
658 B
Makefile
27 lines
658 B
Makefile
# New ports collection makefile for: p5-Config-Wrest
|
|
# Date created: 02 April 2010
|
|
# Whom: John Alden + Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Config-Wrest
|
|
PORTVERSION= 1.036
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Config
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= Perl module for reading and writing configuration data
|
|
|
|
RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \
|
|
p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Config::Wrest.3 \
|
|
Data::Serializer::Config::Wrest.3
|
|
|
|
.include <bsd.port.mk>
|