freebsd-ports/devel/p5-Iterator-Simple-Lookahead/Makefile
Alexey Dokuchaev 78b2e13d51 devel/p5-Iterator-Simple-Lookahead: new port had been added (+)
Simple, fast, and powerful iterator with lookahead and unget.

WWW: https://metacpan.org/dist/Iterator-Simple-Lookahead
2021-11-19 09:12:50 +00:00

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>