fcambus 7c538ef73c Import devel/p5-List-AllUtils.
Combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized
package. This module will export all of the functions that either of those
three modules defines.

OK cwen@, giovanni@
2019-02-16 13:18:18 +00:00

22 lines
418 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2019/02/16 13:18:18 fcambus Exp $
COMMENT = combines List::Util, List::SomeUtils and List::UtilsBy
DISTNAME = List-AllUtils-0.15
CATEGORIES = devel
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
# Artistic 2.0
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
RUN_DEPENDS = textproc/p5-List-SomeUtils>=0.56 \
textproc/p5-List-UtilsBy>=0.11
PKG_ARCH = *
.include <bsd.port.mk>