mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add BUILD_DEPENDS
- Sort PLIST - Reformat pkg-descr - Use single space after WWW:
This commit is contained in:
parent
0de02d888c
commit
ad378f1811
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363612
@ -12,14 +12,15 @@ COMMENT= Tools for stress testing an OpenStack deployment
|
|||||||
LICENSE= ART10 GPLv1
|
LICENSE= ART10 GPLv1
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
|
BUILD_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
|
||||||
p5-App-Rad>=0:${PORTSDIR}/devel/p5-App-Rad \
|
p5-App-Rad>=0:${PORTSDIR}/devel/p5-App-Rad \
|
||||||
p5-HTTP-Async>=0:${PORTSDIR}/www/p5-HTTP-Async \
|
p5-HTTP-Async>=0:${PORTSDIR}/www/p5-HTTP-Async \
|
||||||
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
||||||
p5-Net-HTTPS-NB>=0:${PORTSDIR}/net/p5-Net-HTTPS-NB \
|
p5-Net-HTTPS-NB>=0:${PORTSDIR}/net/p5-Net-HTTPS-NB \
|
||||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||||
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
USES= perl5
|
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
USES= perl5
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
This class provides methods for making parallel, asynchronous requests
|
This class provides methods for making parallel, asynchronous requests to the
|
||||||
to the OpenStack API. This distribution comes with a command line tool
|
OpenStack API. This distribution comes with a command line tool stackattack
|
||||||
stackattack which heavily uses this class.
|
which heavily uses this class.
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/Net-OpenStack-Attack/
|
WWW: http://search.cpan.org/dist/Net-OpenStack-Attack/
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenStack/Attack/.packlist
|
|
||||||
%%SITE_PERL%%/Net/OpenStack/Attack.pm
|
|
||||||
bin/stackattack
|
bin/stackattack
|
||||||
|
%%SITE_PERL%%/Net/OpenStack/Attack.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenStack/Attack/.packlist
|
||||||
%%PERL5_MAN3%%/Net::OpenStack::Attack.3.gz
|
%%PERL5_MAN3%%/Net::OpenStack::Attack.3.gz
|
||||||
man/man1/stackattack.1.gz
|
man/man1/stackattack.1.gz
|
||||||
@dirrmtry %%SITE_PERL%%/Net/OpenStack
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenStack/Attack
|
||||||
@dirrmtry %%SITE_PERL%%/Net
|
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenStack/Attack
|
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenStack
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/OpenStack
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||||
|
@dirrmtry %%SITE_PERL%%/Net/OpenStack
|
||||||
|
@dirrmtry %%SITE_PERL%%/Net
|
||||||
|
Loading…
Reference in New Issue
Block a user