mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Support staging.
This commit is contained in:
parent
49776a50b4
commit
a1104d6739
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343020
2 changed files with 7 additions and 9 deletions
|
@ -30,13 +30,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
MAN1= pmkpasswd.1
|
|
||||||
MAN3= POE::Component::Server::IRC.3 \
|
|
||||||
POE::Component::Server::IRC::Common.3 \
|
|
||||||
POE::Component::Server::IRC::Plugin.3 \
|
|
||||||
POE::Component::Server::IRC::Plugin::Auth.3 \
|
|
||||||
POE::Component::Server::IRC::Plugin::OperServ.3 \
|
|
||||||
POE::Component::Server::IRC::Backend.3
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
bin/pmkpasswd
|
bin/pmkpasswd
|
||||||
|
man/man1/pmkpasswd.1.gz
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/IRC/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/IRC/.packlist
|
||||||
%%SITE_PERL%%/POE/Component/Server/IRC.pm
|
%%SITE_PERL%%/POE/Component/Server/IRC.pm
|
||||||
%%SITE_PERL%%/POE/Component/Server/IRC/Common.pm
|
%%SITE_PERL%%/POE/Component/Server/IRC/Common.pm
|
||||||
|
@ -6,6 +7,12 @@ bin/pmkpasswd
|
||||||
%%SITE_PERL%%/POE/Component/Server/IRC/Plugin/Auth.pm
|
%%SITE_PERL%%/POE/Component/Server/IRC/Plugin/Auth.pm
|
||||||
%%SITE_PERL%%/POE/Component/Server/IRC/Plugin/OperServ.pm
|
%%SITE_PERL%%/POE/Component/Server/IRC/Plugin/OperServ.pm
|
||||||
%%SITE_PERL%%/POE/Component/Server/IRC/Backend.pm
|
%%SITE_PERL%%/POE/Component/Server/IRC/Backend.pm
|
||||||
|
%%PERL5_MAN3%%/POE::Component::Server::IRC.3.gz
|
||||||
|
%%PERL5_MAN3%%/POE::Component::Server::IRC::Backend.3.gz
|
||||||
|
%%PERL5_MAN3%%/POE::Component::Server::IRC::Common.3.gz
|
||||||
|
%%PERL5_MAN3%%/POE::Component::Server::IRC::Plugin.3.gz
|
||||||
|
%%PERL5_MAN3%%/POE::Component::Server::IRC::Plugin::Auth.3.gz
|
||||||
|
%%PERL5_MAN3%%/POE::Component::Server::IRC::Plugin::OperServ.3.gz
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/IRC
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server/IRC
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Server
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
|
||||||
|
|
Loading…
Add table
Reference in a new issue