freebsd-ports/devel/p5-File-Find-Rule-VCS/Makefile
Thomas Abthorpe 425474f5f5 - Reassign to the heap at maintainer's request
Approved by:	portmgr (implicit)
Feature safe:	yes
Redports:	ignore
2012-10-15 16:21:11 +00:00

22 lines
603 B
Makefile

# Created by: Cezary Morga <cm@therek.net>
# $FreeBSD$
PORTNAME= File-Find-Rule-VCS
PORTVERSION= 1.08
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Exclude files and directories for Version Control Systems
BUILD_DEPENDS= p5-File-Find-Rule>=0.20:${PORTSDIR}/devel/p5-File-Find-Rule \
p5-Text-Glob>=0.08:${PORTSDIR}/textproc/p5-Text-Glob
RUN_DEPENDS= p5-File-Find-Rule>=0.20:${PORTSDIR}/devel/p5-File-Find-Rule \
p5-Text-Glob>=0.08:${PORTSDIR}/textproc/p5-Text-Glob
PERL_CONFIGURE= yes
MAN3= File::Find::Rule::VCS.3
.include <bsd.port.mk>