aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Test-Base/Makefile
blob: 066536fd94aea92144472d9200406c3cadc678ca (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                         
                    
                           
                    




                                                            

                                                           



                      

                                   
 











                                                                       
# New ports collection makefile for:	devel/p5-Test-Base
# Date created:				27 Dec 2005
# Whom:					Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Test-Base
PORTVERSION=	0.55
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Test::Base - A Data Driven Testing Framework

RUN_DEPENDS=	p5-Spiffy>=0.30:${PORTSDIR}/devel/p5-Spiffy
BUILD_DEPENDS=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	Test::Base.3 \
	Test::Base::Filter.3 \
	Module::Install::TestBase.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \
		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
.endif

.if ${PERL_LEVEL} < 500808
RUN_DEPENDS+=	p5-Test-Simple>=0.62:${PORTSDIR}/devel/p5-Test-Simple
.endif

.include <bsd.port.post.mk>