2004-08-02 16:52:12 +02:00
|
|
|
# New ports collection makefile for: Array Iterator
|
|
|
|
# Date created: 1 August 2004
|
|
|
|
# Whom: Aaron Dalton <aaron@daltons.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Array-Iterator
|
2006-01-05 22:11:07 +01:00
|
|
|
PORTVERSION= 0.06
|
2004-08-02 16:52:12 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-08-02 16:52:12 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-08-02 16:52:12 +02:00
|
|
|
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
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|