freebsd-ports/devel/p5-List-Cycle/Makefile
2018-09-10 11:19:43 +00:00

17 lines
321 B
Makefile

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