9ea60094d4
- updated maintainership 0.06 Fri July 8, 2005 - Fixed bug in Array::Iterator::peek(). Thanks to Hugo Cornelis for pointing it out - added tests for this - Added patch from Phillip Moore to support *single element iteration* using the hash-ref constructor option. - added tests and docs for this (also from Phillip :) Approved by: tobez (implicit)
29 lines
637 B
Makefile
29 lines
637 B
Makefile
# New ports collection makefile for: Array Iterator
|
|
# Date created: 1 August 2004
|
|
# Whom: Aaron Dalton <aaron@daltons.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Array-Iterator
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Array
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= aaron@FreeBSD.org
|
|
COMMENT= A set of array iterators
|
|
|
|
MAN3= Array::Iterator.3 Array::Iterator::Circular.3 \
|
|
Array::Iterator::BiDirectional.3 Array::Iterator::Reusable.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires perl 5.6 or above
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|