mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
22 lines
379 B
Makefile
22 lines
379 B
Makefile
# Created by: chinsan
|
|
|
|
PORTNAME= List-Rotation-Cycle
|
|
PORTVERSION= 1.009
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN LOCAL/chinsan/CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Cycle through a list of values
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|