freebsd-ports/misc/p5-List-Util-WeightedRoundRobin/Makefile
2021-04-06 16:31:07 +02:00

16 lines
323 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
PORTNAME= List-Util-WeightedRoundRobin
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= misc perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Creates a list based on weighted input
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>