26 lines
518 B
Makefile
26 lines
518 B
Makefile
# $OpenBSD: Makefile,v 1.7 2018/06/23 16:52:53 bluhm Exp $
|
|
|
|
COMMENT = alternative interface to File::Find::Object
|
|
|
|
DISTNAME = File-Find-Object-Rule-0.0309
|
|
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = cpan
|
|
BUILD_DEPENDS = devel/p5-Module-Build>=0.28
|
|
RUN_DEPENDS = devel/p5-Class-XSAccessor \
|
|
devel/p5-File-Find-Object \
|
|
devel/p5-Number-Compare \
|
|
textproc/p5-Text-Glob
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|