diff --git a/devel/p5-Config-Wrest/Makefile b/devel/p5-Config-Wrest/Makefile index 82444e49664e..b4595562dd80 100644 --- a/devel/p5-Config-Wrest/Makefile +++ b/devel/p5-Config-Wrest/Makefile @@ -1,24 +1,26 @@ # Created by: John Alden + Eric Freeman # $FreeBSD$ PORTNAME= Config-Wrest PORTVERSION= 1.036 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Config PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl module for reading and writing configuration data -BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace \ - p5-Any-Template>0:${PORTSDIR}/www/p5-Any-Template \ - p5-File-Policy>0:${PORTSDIR}/devel/p5-File-Policy +LICENSE= GPLv2 + +BUILD_DEPENDS= p5-Any-Template>0:${PORTSDIR}/www/p5-Any-Template \ + p5-File-Policy>0:${PORTSDIR}/devel/p5-File-Policy \ + p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace RUN_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions USES= perl5 USE_PERL5= configure .include diff --git a/devel/p5-Config-Wrest/pkg-descr b/devel/p5-Config-Wrest/pkg-descr index 9b36223b19f7..704a89a41f9b 100644 --- a/devel/p5-Config-Wrest/pkg-descr +++ b/devel/p5-Config-Wrest/pkg-descr @@ -1,12 +1,11 @@ This module allows you to read configuration data written in a 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. -Author: British Broadcasting Corporation WWW: http://search.cpan.org/dist/Config-Wrest/