ports/devel/p5-Iterator-Util/Makefile

18 lines
284 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>