20 lines
344 B
Makefile
20 lines
344 B
Makefile
# $OpenBSD: Makefile,v 1.6 2020/07/03 21:44:57 sthen Exp $
|
|
|
|
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>
|