4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
21 lines
390 B
Makefile
21 lines
390 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= CPAN
|
|
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>
|