[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / p5-List-MoreUtils

File: [local] / ports / devel / p5-List-MoreUtils / Makefile (download)

Revision 1.31, Fri Mar 11 18:51:38 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.30: +0 -2 lines

drop RCS Ids

COMMENT =	provide the stuff missing in List::Util

DISTNAME =	List-MoreUtils-0.430

CATEGORIES =	devel

MAINTAINER =		Alexander Bluhm <bluhm@openbsd.org>

# Perl 5, Apache 2.0
PERMIT_PACKAGE =	Yes

MODULES =		cpan
RUN_DEPENDS =		devel/p5-Exporter-Tiny>=0.038 \
			devel/p5-List-MoreUtils-XS>=0.430
TEST_DEPENDS =		devel/p5-Test-LeakTrace

PKG_ARCH =		*

# Do not use Config::AutoConf to figure out that we can load XS modules.
# Reduces amount of bundled 3rd party code, makes review easier.
post-extract:
	rm -rf -- ${WRKSRC}/inc

.include <bsd.port.mk>