ports/devel/p5-Iterator/Makefile

18 lines
271 B
Makefile
Raw Normal View History

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