aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-List-Rotation-Cycle/Makefile
blob: dcb2fab75c380551e05719812f6b897271c435f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: chinsan
# $FreeBSD$

PORTNAME=	List-Rotation-Cycle
PORTVERSION=	1.009
PORTREVISION=	1
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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>