diff options
-rw-r--r-- | devel/p5-ConfigReader-Simple/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-ConfigReader-Simple/pkg-descr | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/p5-ConfigReader-Simple/Makefile b/devel/p5-ConfigReader-Simple/Makefile index 2e0485541967..f5ee8cb0d76a 100644 --- a/devel/p5-ConfigReader-Simple/Makefile +++ b/devel/p5-ConfigReader-Simple/Makefile @@ -7,10 +7,13 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple configuration file parser -TEST_DEPENDS= p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn USES= perl5 diff --git a/devel/p5-ConfigReader-Simple/pkg-descr b/devel/p5-ConfigReader-Simple/pkg-descr index 50ca49860394..0b474646db6f 100644 --- a/devel/p5-ConfigReader-Simple/pkg-descr +++ b/devel/p5-ConfigReader-Simple/pkg-descr @@ -1,5 +1,5 @@ -ConfigReader::Simple reads and parses simple configuration files. It is -designed to be smaller and simpler than the ConfigReader module and is -more suited to simple configuration files. +ConfigReader::Simple reads and parses simple configuration files. It is designed +to be smaller and simpler than the ConfigReader module and is more suited to +simple configuration files. WWW: http://search.cpan.org/dist/ConfigReader-Simple/ |