66c2386de9
- Bump PORTREVISION PR: ports/165161 Approved by: maintainer timeout (lth, > 2 weeks)
31 lines
756 B
Makefile
31 lines
756 B
Makefile
# New ports collection makefile for: devel/p5-File-Find-Rule-Perl
|
|
# Date created: 13 October 2008
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= File-Find-Rule-Perl
|
|
PORTVERSION= 1.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= File
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Common rules for searching for Perl things
|
|
|
|
BUILD_DEPENDS= p5-File-Find-Rule>=0.20:${PORTSDIR}/devel/p5-File-Find-Rule \
|
|
p5-Parse-CPAN-Meta>=1.38:${PORTSDIR}/devel/p5-Parse-CPAN-Meta \
|
|
p5-Params-Util>=0.38:${PORTSDIR}/devel/p5-Params-Util
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::Find::Rule::Perl.3
|
|
|
|
regression-test: build
|
|
cd ${WRKSRC}/ && ${MAKE} test
|
|
|
|
.include <bsd.port.mk>
|