ae62c3f36a
- Transfer maintainership to perl@ PR: ports/102464 Submitted by: maintainer (Gea-Suan Lin)
28 lines
594 B
Makefile
28 lines
594 B
Makefile
# New ports collection makefile for: p5-File-Find-Object
|
|
# Date created: 2006-07-15
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= File-Find-Object
|
|
PORTVERSION= 0.0.4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= File
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= An object oriented File::Find replacement
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::Find::Object.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|