aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-RoundRobin/Makefile
blob: 2726014b9f033b3d70ed27f9988922dbc437317b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	p5-RoundRobin
# Date created:		Jan. 05, 2007
# Whom:			Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#

PORTNAME=	Data-RoundRobin
PORTVERSION=	0.03
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Data
PKGNAMEPREFIX=	p5-

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	Serve data in a round robin manner

PERL_CONFIGURE=	yes

MAN3=	Data::RoundRobin.3

.include <bsd.port.mk>