aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-04 14:09:47 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-04 14:09:47 +0800
commita0f79f2d13daa19f590bd568811873d1497bbfbc (patch)
tree3cd97ff97d566639f1eabb5ac8bc816314cdca54 /devel
parent2cf2356746a67cd60de182c019c0871124fd9ffb (diff)
downloadfreebsd-ports-gnome-a0f79f2d13daa19f590bd568811873d1497bbfbc.tar.gz
freebsd-ports-gnome-a0f79f2d13daa19f590bd568811873d1497bbfbc.tar.zst
freebsd-ports-gnome-a0f79f2d13daa19f590bd568811873d1497bbfbc.zip
- Add LICENSE
- Reformat pkg-descr - Take maintainership
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-ConfigReader-Simple/Makefile7
-rw-r--r--devel/p5-ConfigReader-Simple/pkg-descr6
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/