2013-03-11 06:50:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:17 espie Exp $
|
2009-09-14 17:18:49 -04:00
|
|
|
|
|
|
|
COMMENT= common rules for searching for Perl things
|
|
|
|
|
|
|
|
MODULES= cpan
|
2010-10-07 11:00:04 -04:00
|
|
|
DISTNAME= File-Find-Rule-Perl-1.10
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2009-09-14 17:18:49 -04:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2009-09-14 17:18:49 -04:00
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2010-11-26 02:18:59 -05:00
|
|
|
RUN_DEPENDS= devel/p5-File-Find-Rule>=0.20
|
2010-10-07 11:00:04 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2009-09-14 17:18:49 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|