openbsd-ports/devel/p5-Iterator-Util/Makefile
2022-03-11 18:49:30 +00:00

18 lines
284 B
Makefile

COMMENT = essential utilities for the Iterator class.
DISTNAME = Iterator-Util-0.02
CATEGORIES = devel
REVISION = 0
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = devel/p5-Iterator
.include <bsd.port.mk>