aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-List-Util-WeightedRoundRobin/Makefile
blob: fbb4a662cc56ef4edfa67a778913924d13462295 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
WWW=		https://metacpan.org/release/List-Util-WeightedRoundRobin

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>