freebsd-ports/devel/p5-List-Rotation-Cycle/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

20 lines
352 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
.include <bsd.port.mk>