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

18 lines
271 B
Makefile

COMMENT = general-purpose iterator class.
DISTNAME = Iterator-0.03
REVISION = 1
CATEGORIES = devel
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = devel/p5-Exception-Class
.include <bsd.port.mk>