19 lines
304 B
Makefile
19 lines
304 B
Makefile
COMMENT= translate find command lines to Perl code
|
|
|
|
V= 1.005
|
|
DISTNAME= App-find2perl-$V
|
|
PKGNAME= find2perl-$V
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
TEST_DEPENDS= devel/p5-Devel-FindPerl
|
|
|
|
.include <bsd.port.mk>
|