mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00:33 -04:00
Support staging.
This commit is contained in:
parent
1ada6e33a5
commit
ddf3d962bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342736
2 changed files with 3 additions and 4 deletions
|
@ -20,11 +20,7 @@ CONFLICTS= gearmand-0.* gearmand-1.0.* gearmand-1.1.*
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN1= gearmand.1
|
|
||||||
MAN3= Gearman::Server.3 Gearman::Server::Client.3
|
|
||||||
|
|
||||||
USE_RC_SUBR= gearmand-perl
|
USE_RC_SUBR= gearmand-perl
|
||||||
SUB_LIST+= NAME=gearmand
|
SUB_LIST+= NAME=gearmand
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,9 +1,12 @@
|
||||||
bin/gearmand
|
bin/gearmand
|
||||||
|
man/man1/gearmand.1.gz
|
||||||
%%SITE_PERL%%/Gearman/Server/Job.pm
|
%%SITE_PERL%%/Gearman/Server/Job.pm
|
||||||
%%SITE_PERL%%/Gearman/Server/Client.pm
|
%%SITE_PERL%%/Gearman/Server/Client.pm
|
||||||
%%SITE_PERL%%/Gearman/Server/Listener.pm
|
%%SITE_PERL%%/Gearman/Server/Listener.pm
|
||||||
%%SITE_PERL%%/Gearman/Server.pm
|
%%SITE_PERL%%/Gearman/Server.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/Server/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/Server/.packlist
|
||||||
|
%%PERL5_MAN3%%/Gearman::Server.3.gz
|
||||||
|
%%PERL5_MAN3%%/Gearman::Server::Client.3.gz
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/Server
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman/Server
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gearman
|
||||||
@dirrmtry %%SITE_PERL%%/Gearman/Server
|
@dirrmtry %%SITE_PERL%%/Gearman/Server
|
||||||
|
|
Loading…
Add table
Reference in a new issue