mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
b93a895782
- Add LICENSE_FILE - Update COMMENT - Clean up *_DEPENDS - Add TEST_DEPENDS - While I'm here, sort PLIST - Pass maintainership to submitter Changes: https://metacpan.org/changes/distribution/Test-Base PR: 229203 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Approved by: maintainer (timeout, 5 weeks)
28 lines
581 B
Makefile
28 lines
581 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Base
|
|
PORTVERSION= 0.89
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
COMMENT= Data Driven Testing Framework
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Spiffy>=0.40:devel/p5-Spiffy \
|
|
p5-Text-Diff>=0.35:textproc/p5-Text-Diff
|
|
TEST_DEPENDS= p5-Test-Deep>0:devel/p5-Test-Deep \
|
|
p5-YAML>=0:textproc/p5-YAML
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|