blob: ff4edad23fbd3986a240a226817463bfc95f9f49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= Data-RoundRobin
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Serve data in a round robin manner
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|