forked from Lainports/freebsd-ports
- Remove leading article from COMMENT Changes: http://search.cpan.org/dist/File-Find-Object/Changes Feature safe: yes
27 lines
586 B
Makefile
27 lines
586 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= File-Find-Object
|
|
PORTVERSION= 0.2.6
|
|
DISTVERSIONPREFIX=v
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Object oriented File::Find replacement
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Class-XSAccessor>=0:${PORTSDIR}/devel/p5-Class-XSAccessor
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::Find::Object.3 \
|
|
File::Find::Object::Base.3 \
|
|
File::Find::Object::PathComp.3 \
|
|
File::Find::Object::Result.3
|
|
|
|
.include <bsd.port.mk>
|