freebsd-ports/devel/p5-File-Find-Rule-Perl/Makefile
Lars Thegler 58772a320a Update to 1.13
Feature safe: yes
2012-11-18 19:45:04 +00:00

30 lines
740 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.13
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>