18 lines
284 B
Makefile
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>
|