aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-List-Rotation-Cycle/Makefile
blob: 942fa95073a2eb5cc7de6979d7098cbd719b629f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	p5-List-Rotation-Cycle
# Date created:				2007/02/14
# Whom:					chinsan
#
# $FreeBSD$
#

PORTNAME=	List-Rotation-Cycle
PORTVERSION=	1.009
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN LOCAL/chinsan/CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Cycle through a list of values

PORTSCOUT=	limitw:1,even

MAN3=		List::Rotation::Cycle.3

PERL_CONFIGURE=	yes

.include <bsd.port.mk>