- Stage support
This commit is contained in:
parent
d47daf2b99
commit
f99f0d6504
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341703
@ -13,13 +13,11 @@ COMMENT= Do a POST operaion and Dump http-contents to stdout
|
||||
WRKSRC= ${WRKDIR}/http_post
|
||||
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
||||
|
||||
MAN1= http_post.1
|
||||
MANCOMPRESSED= yes
|
||||
PLIST_FILES= bin/http_post
|
||||
PLIST_FILES= bin/http_post \
|
||||
man/man1/http_post.1.gz
|
||||
|
||||
.ifndef NO_OPENSSL
|
||||
USE_OPENSSL= yes
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -26,8 +26,4 @@ TEST_DEPENDS= \
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Amon2::Lite.3 \
|
||||
Amon2::Setup::Flavor::Lite.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,5 @@
|
||||
%%PERL5_MAN3%%/Amon2::Lite.3.gz
|
||||
%%PERL5_MAN3%%/Amon2::Setup::Flavor::Lite.3.gz
|
||||
%%SITE_PERL%%/Amon2/Lite.pm
|
||||
%%SITE_PERL%%/Amon2/Setup/Flavor/Lite.pm
|
||||
@dirrmtry %%SITE_PERL%%/Amon2/Setup/Flavor
|
||||
|
@ -20,8 +20,4 @@ BUILD_DEPENDS= \
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= FurlX::Coro.3 \
|
||||
FurlX::Coro::HTTP.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,5 @@
|
||||
%%PERL5_MAN3%%/FurlX::Coro.3.gz
|
||||
%%PERL5_MAN3%%/FurlX::Coro::HTTP.3.gz
|
||||
%%SITE_PERL%%/FurlX/Coro.pm
|
||||
%%SITE_PERL%%/FurlX/Coro/HTTP.pm
|
||||
@dirrm %%SITE_PERL%%/FurlX/Coro
|
||||
|
Loading…
Reference in New Issue
Block a user