freebsd-ports/devel/p5-Data-RoundRobin/Makefile
Steve Wills 73c7197c99 - Add TEST_DEPENDS to enable testing
PR:		ports/165051
Submitted by:	swills (myself)
Approved by:	portmgr (blanket)
2012-02-15 02:48:37 +00:00

27 lines
526 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.pre.mk>
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>