freebsd-ports/devel/p5-File-Find-Object/Makefile
Frederic Culot 03e98caf04 - Update to 0.2.6
- Remove leading article from COMMENT

Changes:	http://search.cpan.org/dist/File-Find-Object/Changes
Feature safe:	yes
2012-11-27 18:18:38 +00:00

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>