freebsd-ports/devel/p5-List-Cycle/Makefile
2021-04-06 16:31:07 +02:00

19 lines
323 B
Makefile

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