ad2643ca74
http://cpansearch.perl.org/src/INGY/Test-Base-0.88/Changes PR: 192746 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Approved by: maintainer (timeout)
33 lines
798 B
Makefile
33 lines
798 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Base
|
|
PORTVERSION= 0.88
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Test::Base - A Data Driven Testing Framework
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= \
|
|
p5-Spiffy>=0.30:${PORTSDIR}/devel/p5-Spiffy \
|
|
p5-Test-Simple>=0.86:${PORTSDIR}/devel/p5-Test-Simple \
|
|
p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \
|
|
p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \
|
|
p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \
|
|
p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \
|
|
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
#pre-install: test
|
|
|
|
.include <bsd.port.mk>
|