aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-List-Util-WeightedRoundRobin/Makefile
blob: 0f6505d303487c3119c2c78c599c064a4a51cd1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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>