21f24fb01a
based on the input and associated weights. WWW: http://search.cpan.org/dist/List-Util-WeightedRoundRobin/
21 lines
453 B
Makefile
21 lines
453 B
Makefile
# New ports collection makefile for: p5-List-Util-WeightedRoundRobin
|
|
# Date created: 12th march, 2010
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= List-Util-WeightedRoundRobin
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= misc perl5 geography
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Creates a list based on weighted input
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= List::Util::WeightedRoundRobin.3
|
|
|
|
.include <bsd.port.mk>
|