mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
devel/p5-TAP-Formatter-JUnit: Update to 0.13
- Add LICENSE_FILE - Fix indent Changes: https://metacpan.org/dist/TAP-Formatter-JUnit/changes
This commit is contained in:
parent
835d3e017a
commit
dc61a23a17
@ -1,6 +1,5 @@
|
||||
PORTNAME= TAP-Formatter-JUnit
|
||||
PORTVERSION= 0.11
|
||||
PORTREVISION= 5
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -10,18 +9,22 @@ COMMENT= Perl extension for Harness output delegate for JUnit output
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= \
|
||||
p5-Moose>0:devel/p5-Moose \
|
||||
p5-MooseX-NonMoose>0:devel/p5-MooseX-NonMoose \
|
||||
p5-File-Slurp>0:devel/p5-File-Slurp \
|
||||
p5-XML-Generator>0:textproc/p5-XML-Generator \
|
||||
p5-List-MoreUtils>0:lang/p5-List-MoreUtils
|
||||
TEST_DEPENDS= p5-IO-Stringy>=0:devel/p5-IO-Stringy
|
||||
RUN_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \
|
||||
p5-Moose>=0:devel/p5-Moose \
|
||||
p5-MooseX-NonMoose>=0:devel/p5-MooseX-NonMoose \
|
||||
p5-XML-Generator>=0:textproc/p5-XML-Generator \
|
||||
p5-namespace-clean>=0:devel/p5-namespace-clean
|
||||
TEST_DEPENDS= p5-IO-Stringy>=0:devel/p5-IO-Stringy \
|
||||
p5-IPC-Run>=0:devel/p5-IPC-Run \
|
||||
p5-Test-DiagINC>=0.002:devel/p5-Test-DiagINC \
|
||||
p5-Test-XML>=0:devel/p5-Test-XML
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
NO_ARCH= YES
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (TAP-Formatter-JUnit-0.11.tar.gz) = e1a6ce930c5103195ae89ec6d33407315610f8f3f3f89cee6f8db5a128f8cd14
|
||||
SIZE (TAP-Formatter-JUnit-0.11.tar.gz) = 23455
|
||||
TIMESTAMP = 1650229076
|
||||
SHA256 (TAP-Formatter-JUnit-0.13.tar.gz) = e87077ff7d7ccae36634d7d79fb85cc130dee9cead6fb83d484bb6c03f9459b6
|
||||
SIZE (TAP-Formatter-JUnit-0.13.tar.gz) = 33109
|
||||
|
Loading…
Reference in New Issue
Block a user