23 lines
470 B
Makefile
23 lines
470 B
Makefile
|
# Ports collection makefile for: devel-p5-File-Iterator
|
||
|
# Date created: 02 April 2010
|
||
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= File-Iterator
|
||
|
PORTVERSION= 0.14
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
MASTER_SITE_SUBDIR= File
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= freebsdports@chillibear.com
|
||
|
COMMENT= Module for iterating across files in a directory tree
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= File::Iterator.3
|
||
|
|
||
|
.include <bsd.port.mk>
|