18 lines
311 B
Makefile
18 lines
311 B
Makefile
# $OpenBSD: Makefile,v 1.15 2020/07/03 21:44:52 sthen Exp $
|
|
|
|
COMMENT= alternative interface to File::Find
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = File-Find-Rule-0.34
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Number-Compare \
|
|
textproc/p5-Text-Glob
|
|
|
|
.include <bsd.port.mk>
|