2005-11-11 23:58:34 +01:00
|
|
|
# New ports collection makefile for: devel/p5-List-Cycle
|
|
|
|
# Date created: 11 November 2005
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= List-Cycle
|
2010-04-17 17:42:45 +02:00
|
|
|
PORTVERSION= 1.00
|
2005-11-11 23:58:34 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-11-11 23:58:34 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= List::Cycle - Objects for cycling through a list of values
|
|
|
|
TAGS= list cycle
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= List::Cycle.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|