21 lines
366 B
Makefile
21 lines
366 B
Makefile
# 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>
|