aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-14 15:31:07 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-14 15:31:07 +0800
commit24a42ef6a07bfbe5f14f25a1dc88922d5661a63e (patch)
tree13d92d95cff6d631630f01232ed24c26b6e5cf18 /devel
parent542acc8517cf829c58c2004876d1236147cda613 (diff)
downloadfreebsd-ports-gnome-24a42ef6a07bfbe5f14f25a1dc88922d5661a63e.tar.gz
freebsd-ports-gnome-24a42ef6a07bfbe5f14f25a1dc88922d5661a63e.tar.zst
freebsd-ports-gnome-24a42ef6a07bfbe5f14f25a1dc88922d5661a63e.zip
- Add LICENSE
- Remove unnecessary MASTER_SITES_SUBDIR - Cosmetic change - Fix WWW - Reformat pkg-descr
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-File-Iterator/Makefile20
-rw-r--r--devel/p5-File-Iterator/pkg-descr14
2 files changed, 17 insertions, 17 deletions
diff --git a/devel/p5-File-Iterator/Makefile b/devel/p5-File-Iterator/Makefile
index 6911286974ce..6859a9300d4d 100644
--- a/devel/p5-File-Iterator/Makefile
+++ b/devel/p5-File-Iterator/Makefile
@@ -1,19 +1,21 @@
# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
-PORTNAME= File-Iterator
-PORTVERSION= 0.14
-CATEGORIES= devel perl5
-MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= File
-PKGNAMEPREFIX= p5-
+PORTNAME= File-Iterator
+PORTVERSION= 0.14
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Module for iterating across files in a directory tree
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Module for iterating across files in a directory tree
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
-MAN3= File::Iterator.3
+MAN3= File::Iterator.3
.include <bsd.port.mk>
diff --git a/devel/p5-File-Iterator/pkg-descr b/devel/p5-File-Iterator/pkg-descr
index 76307f0696c5..24ec8c7b0f8f 100644
--- a/devel/p5-File-Iterator/pkg-descr
+++ b/devel/p5-File-Iterator/pkg-descr
@@ -1,9 +1,7 @@
-File::Iterator wraps a simple iteration interface around
-the files in a directory or directory tree. It builds a
-list of filenames, and maintains a cursor that points to
-one filename in the list. The user can work through the
-filenames sequentially by repeatedly doing stuff with
-the next filename that the cursor points to until their
-are no filenames left.
+File::Iterator wraps a simple iteration interface around the files in a
+directory or directory tree. It builds a list of filenames, and maintains a
+cursor that points to one filename in the list. The user can work through the
+filenames sequentially by repeatedly doing stuff with the next filename that
+the cursor points to until their are no filenames left.
-WWW: http://search.cpan.org/dist/File-Iterator/Iterator.pm
+WWW: http://search.cpan.org/dist/File-Iterator/