Support staging.
This commit is contained in:
parent
4ea860eb08
commit
0488229d70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342960
2 changed files with 4 additions and 6 deletions
|
@ -22,10 +22,4 @@ TEST_DEPENDS= p5-Test-Differences>=0.61:${PORTSDIR}/devel/p5-Test-Differences \
|
|||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN1= tap2junit.1
|
||||
MAN3= TAP::Formatter::JUnit.3 \
|
||||
TAP::Formatter::JUnit::Result.3 \
|
||||
TAP::Formatter::JUnit::Session.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
bin/tap2junit
|
||||
man/man1/tap2junit.1.gz
|
||||
%%SITE_PERL%%/TAP/Formatter/JUnit.pm
|
||||
%%SITE_PERL%%/TAP/Formatter/JUnit/Result.pm
|
||||
%%SITE_PERL%%/TAP/Formatter/JUnit/Session.pm
|
||||
%%PERL5_MAN3%%/TAP::Formatter::JUnit.3.gz
|
||||
%%PERL5_MAN3%%/TAP::Formatter::JUnit::Result.3.gz
|
||||
%%PERL5_MAN3%%/TAP::Formatter::JUnit::Session.3.gz
|
||||
@dirrm %%SITE_PERL%%/TAP/Formatter/JUnit
|
||||
@dirrmtry %%SITE_PERL%%/TAP/Formatter
|
||||
@dirrmtry %%SITE_PERL%%/TAP
|
||||
|
|
Loading…
Reference in a new issue