mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/p5-Test-Mini: Fix version
- Remove MASTER_SITE_SUBDIR - Update COMMENT - Fix *_DEPENDS - Add TEST_DEPENDS - Add NO_ARCH - Update pkg-descr - Bump PORTREVISION for dependency change - Pass maintainership to perl@
This commit is contained in:
parent
c0ed84e9ca
commit
bcc609a29b
2 changed files with 15 additions and 8 deletions
|
@ -1,26 +1,29 @@
|
||||||
PORTNAME= Test-Mini
|
PORTNAME= Test-Mini
|
||||||
PORTVERSION= v1.1.3
|
PORTVERSION= 1.1.3
|
||||||
PORTREVISION= 4
|
DISTVERSIONPREFIX= v
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
MASTER_SITE_SUBDIR= CPAN:PVANDE
|
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Provides lightweight unit testing framework
|
COMMENT= Lightweight xUnit Testing for Perl
|
||||||
WWW= https://metacpan.org/release/Test-Mini
|
WWW= https://metacpan.org/release/Test-Mini
|
||||||
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
RUN_DEPENDS= p5-Data-Inspect>=0.03:devel/p5-Data-Inspect \
|
RUN_DEPENDS= p5-Data-Inspect>=0.03:devel/p5-Data-Inspect \
|
||||||
p5-Exception-Class>=1.30:devel/p5-Exception-Class \
|
p5-Exception-Class>=1.30:devel/p5-Exception-Class \
|
||||||
p5-IO-Stringy>=2.110:devel/p5-IO-Stringy \
|
p5-List-MoreUtils>=0.22:lang/p5-List-MoreUtils \
|
||||||
p5-MRO-Compat>=0.10:devel/p5-MRO-Compat \
|
p5-MRO-Compat>=0.10:devel/p5-MRO-Compat \
|
||||||
p5-Text-Outdent>=0.01:devel/p5-Text-Outdent \
|
p5-Text-Outdent>=0.01:devel/p5-Text-Outdent \
|
||||||
p5-Try-Tiny>=0.04:lang/p5-Try-Tiny \
|
p5-Try-Tiny>=0.04:lang/p5-Try-Tiny \
|
||||||
p5-aliased>=0.30:devel/p5-aliased \
|
|
||||||
p5-namespace-clean>=0.14:devel/p5-namespace-clean
|
p5-namespace-clean>=0.14:devel/p5-namespace-clean
|
||||||
|
TEST_DEPENDS= p5-IO-Stringy>=2.110:devel/p5-IO-Stringy \
|
||||||
|
p5-aliased>=0.30:devel/p5-aliased
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1,5 @@
|
||||||
Lightweight unit testing for Perl.
|
Test::Mini is a light, spry testing framework built to bring the familiarity of
|
||||||
|
an xUnit testing framework to Perl as a first-class citizen. Based initially on
|
||||||
|
Ryan Davis' minitest, it provides a not only a simple way to write and run
|
||||||
|
tests, but the necessary infrastructure for more expressive test fromeworks to
|
||||||
|
be written.
|
||||||
|
|
Loading…
Add table
Reference in a new issue