openbsd-ports/devel/p5-File-Find-Rule-Perl/Makefile

18 lines
340 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:17 espie Exp $
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
REVISION= 0
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# 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}
.include <bsd.port.mk>