freebsd-ports/devel/p5-Data-RoundRobin/Makefile
Cheng-Lung Sung 91dc77d3cf Add p5-Data-RoundRobin 0.03, serve data in a round robin manner.
PR:		ports/107570
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
2007-01-07 08:38:41 +00:00

22 lines
433 B
Makefile

# 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@lwhsu.org
COMMENT= Serve data in a round robin manner
PERL_CONFIGURE= yes
MAN3= Data::RoundRobin.3
.include <bsd.port.mk>