16 lines
293 B
Makefile
16 lines
293 B
Makefile
# $OpenBSD: Makefile,v 1.11 2014/04/05 04:27:55 afresh1 Exp $
|
|
|
|
COMMENT= alternative interface to File::Find
|
|
|
|
MODULES= cpan
|
|
DISTNAME= File-Find-Rule-0.33
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Number-Compare \
|
|
textproc/p5-Text-Glob
|
|
|
|
.include <bsd.port.mk>
|