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

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

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

PORTSCOUT=	limitw:1,even

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>