freebsd-ports/devel/p5-List-Rotation-Cycle/Makefile
Andrej Zverev 024b825530 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 14:58:23 +00:00

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>