mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
- Stage support
This commit is contained in:
parent
b23f43a1d5
commit
939eaf84e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341723
@ -10,10 +10,7 @@ MASTER_SITES= SF
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= A tool to merge and sort by date http log files
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= mergelog.1 zmergelog.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,4 @@
|
||||
bin/mergelog
|
||||
bin/zmergelog
|
||||
man/man1/mergelog.1.gz
|
||||
man/man1/zmergelog.1.gz
|
||||
|
@ -20,7 +20,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::DBH.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
%%SITE_PERL%%/CGI/Application/Plugin/DBH.pm
|
||||
%%PERL5_MAN3%%/CGI::Application::Plugin::DBH.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/CGI/Application/Plugin
|
||||
|
@ -20,7 +20,4 @@ RUN_DEPENDS= p5-CGI-Application>4.01:${PORTSDIR}/www/p5-CGI-Application \
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::JSON.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
%%SITE_PERL%%/CGI/Application/Plugin/JSON.pm
|
||||
%%PERL5_MAN3%%/CGI::Application::Plugin::JSON.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/CGI/Application/Plugin
|
||||
|
@ -17,10 +17,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
TEST_DEPENDS= \
|
||||
p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https
|
||||
|
||||
NO_STAGE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuildtiny
|
||||
|
||||
MAN3= LWP::Protocol::PSGI.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/PSGI/.packlist
|
||||
%%SITE_PERL%%/LWP/Protocol/PSGI.pm
|
||||
%%PERL5_MAN3%%/LWP::Protocol::PSGI.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol/PSGI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/LWP/Protocol
|
||||
|
@ -19,12 +19,9 @@ USES= shebangfix perl5
|
||||
USE_PERL5= configure
|
||||
SHEBANG_FILES= nopaste
|
||||
|
||||
MAN3= WebService::NoPaste.3
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
X11_DESC= X11 Clipboard support
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MX11}
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/nopaste
|
||||
%%PERL5_MAN3%%/WebService::NoPaste.3.gz
|
||||
%%SITE_PERL%%/WebService/NoPaste.pm
|
||||
@dirrmtry %%SITE_PERL%%/WebService
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/NoPaste/.packlist
|
||||
|
Loading…
Reference in New Issue
Block a user