1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-01 14:40:51 +00:00
parent a1c0e08b6a
commit a6a6f64450
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342148
4 changed files with 2 additions and 6 deletions

View File

@ -16,12 +16,9 @@ TEST_DEPENDS= p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
USES= perl5
USE_PERL5= configure
MAN3= Test::NoWarnings.3
OPTIONS_DEFINE= DEVEL_STACKTRACE
DEVEL_STACKTRACE_DESC= Stack trace support
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDEVEL_STACKTRACE}

View File

@ -1,6 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/NoWarnings/.packlist
%%SITE_PERL%%/Test/NoWarnings.pm
%%SITE_PERL%%/Test/NoWarnings/Warning.pm
%%PERL5_MAN3%%/Test::NoWarnings.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/NoWarnings
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrm %%SITE_PERL%%/Test/NoWarnings

View File

@ -13,7 +13,4 @@ COMMENT= A dynamic Perl interface to gnuplot
USES= perl5
USE_PERL5= modbuild
MAN3= Graphics::GnuplotIF.3
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
%%SITE_PERL%%/Graphics/GnuplotIF.pm
%%PERL5_MAN3%%/Graphics::GnuplotIF.3.gz
@dirrmtry %%SITE_PERL%%/Graphics