aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-List-Rotation-Cycle/Makefile
blob: 0e97fefb1a192e854a2d32719b36cbf838e22c26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: 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

USES=		perl5
USE_PERL5=	configure

NO_STAGE=	yes
.include <bsd.port.mk>