2006-09-08 14:35:45 +02:00
|
|
|
# New ports collection makefile for: p5-File-Next
|
|
|
|
# Date created: 2006/09/08
|
|
|
|
# Whom: chinsan <chinsan.tw@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= File-Next
|
2008-01-25 13:08:38 +01:00
|
|
|
PORTVERSION= 1.02
|
2006-09-08 14:35:45 +02:00
|
|
|
CATEGORIES= sysutils perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-09-08 14:35:45 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2006-10-03 17:34:44 +02:00
|
|
|
MAINTAINER= chinsan@FreeBSD.org
|
2006-09-08 14:35:45 +02:00
|
|
|
COMMENT= File-finding iterator
|
|
|
|
|
2006-12-02 13:46:03 +01:00
|
|
|
BUILD_DEPENDS= p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools
|
|
|
|
|
2006-09-08 14:35:45 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= File::Next.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|