Skip to content

Commit

Permalink
www/p5-Plack-Middleware-Debug: Fix PLIST: Module::Build::Tiny 0.042+ …
Browse files Browse the repository at this point in the history
…does not generate empty manpages

- Add NO_ARCH
- Bump PORTREVISION for package change
  • Loading branch information
sunpoet committed Apr 27, 2023
1 parent 4a56614 commit 09b8c84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
18 changes: 10 additions & 8 deletions www/p5-Plack-Middleware-Debug/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Plack-Middleware-Debug
PORTVERSION= 0.18
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
Expand All @@ -10,16 +11,17 @@ COMMENT= Perl extension to display information about current request/response
WWW= https://metacpan.org/release/Plack-Middleware-Debug

BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-Class-Method-Modifiers>=1.05:devel/p5-Class-Method-Modifiers \
p5-Data-Dump>0:devel/p5-Data-Dump \
p5-File-ShareDir>=1.00:devel/p5-File-ShareDir \
p5-Plack>0:www/p5-Plack \
p5-Text-MicroTemplate>=0.15:textproc/p5-Text-MicroTemplate \
p5-Module-Versions>=0.01:devel/p5-Module-Versions
TEST_DEPENDS= p5-Test-Requires>0:devel/p5-Test-Requires
RUN_DEPENDS= p5-Class-Method-Modifiers>=1.05:devel/p5-Class-Method-Modifiers \
p5-Data-Dump>=0:devel/p5-Data-Dump \
p5-File-ShareDir>=1.00:devel/p5-File-ShareDir \
p5-Plack>=0:www/p5-Plack \
p5-Text-MicroTemplate>=0.15:textproc/p5-Text-MicroTemplate \
p5-Module-Versions>=0.01:devel/p5-Module-Versions
TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires

USES= perl5
USE_PERL5= modbuildtiny

NO_ARCH= yes

.include <bsd.port.mk>
1 change: 0 additions & 1 deletion www/p5-Plack-Middleware-Debug/pkg-plist
Expand Up @@ -5,7 +5,6 @@
%%PERL5_MAN3%%/Plack::Middleware::Debug::Environment.3.gz
%%PERL5_MAN3%%/Plack::Middleware::Debug::Memory.3.gz
%%PERL5_MAN3%%/Plack::Middleware::Debug::ModuleVersions.3.gz
%%PERL5_MAN3%%/Plack::Middleware::Debug::Panel.3.gz
%%PERL5_MAN3%%/Plack::Middleware::Debug::Parameters.3.gz
%%PERL5_MAN3%%/Plack::Middleware::Debug::PerlConfig.3.gz
%%PERL5_MAN3%%/Plack::Middleware::Debug::Response.3.gz
Expand Down

0 comments on commit 09b8c84

Please sign in to comment.