Simple, fast, and powerful iterator with lookahead and unget. WWW: https://metacpan.org/dist/Iterator-Simple-Lookahead
23 lines
479 B
Makefile
23 lines
479 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
PORTNAME= Iterator-Simple-Lookahead
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple iterator with lookahead and unget
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
RUN_DEPENDS= p5-Class-Accessor>=0.51:devel/p5-Class-Accessor \
|
|
p5-Iterator-Simple>=0.07:devel/p5-Iterator-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|