freebsd-ports/devel/p5-List-Cycle/Makefile
2013-10-30 02:52:46 +00:00

17 lines
337 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= List-Cycle
PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= List::Cycle - Objects for cycling through a list of values
TAGS= list cycle
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>