024b825530
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
23 lines
430 B
Makefile
23 lines
430 B
Makefile
# 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>
|