blob: 6601ca5ba9c6150a960d319ed97186ab34cdc678 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|