forked from Lainports/freebsd-ports
Another general-purpose iterator utility that is simple, fast and powerful. WWW: http://search.cpan.org/~rintaro/Iterator-Simple/ Feature safe: yes
17 lines
306 B
Makefile
17 lines
306 B
Makefile
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Iterator-Simple
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple iterator and utilities
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Iterator::Simple.3
|
|
|
|
.include <bsd.port.mk>
|