20 lines
356 B
Makefile
20 lines
356 B
Makefile
# $OpenBSD: Makefile,v 1.6 2020/09/09 11:43:55 fcambus Exp $
|
|
|
|
COMMENT = combines List::Util, List::SomeUtils and List::UtilsBy
|
|
|
|
DISTNAME = List-AllUtils-0.18
|
|
|
|
CATEGORIES = devel
|
|
|
|
# Artistic 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = textproc/p5-List-SomeUtils>=0.56 \
|
|
textproc/p5-List-UtilsBy>=0.11
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|