mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.316
- Sort *_DEPENDS - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/App-Cmd/Changes PR: ports/164512 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 17 days)
This commit is contained in:
parent
eb2cf36b1d
commit
1a7814a645
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291042
3 changed files with 17 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= App-Cmd
|
||||
PORTVERSION= 0.309
|
||||
PORTVERSION= 0.316
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,14 +14,18 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= hartzell@alerce.com
|
||||
COMMENT= App::Cmd - Write command line apps with less suffering
|
||||
|
||||
BUILD_DEPENDS= p5-Getopt-Long-Descriptive>=0:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
|
||||
BUILD_DEPENDS= p5-Capture-Tiny>=0.13:${PORTSDIR}/devel/p5-Capture-Tiny \
|
||||
p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load \
|
||||
p5-Getopt-Long-Descriptive>=0.084:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
|
||||
p5-IO-TieCombine>=0:${PORTSDIR}/devel/p5-IO-TieCombine \
|
||||
p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
|
||||
p5-String-RewritePrefix>=0:${PORTSDIR}/textproc/p5-String-RewritePrefix \
|
||||
p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
||||
p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
|
||||
p5-String-RewritePrefix>=0:${PORTSDIR}/textproc/p5-String-RewritePrefix
|
||||
p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= App::Cmd.3 \
|
||||
|
@ -35,6 +39,7 @@ MAN3= App::Cmd.3 \
|
|||
App::Cmd::Subdispatch.3 \
|
||||
App::Cmd::Subdispatch::DashedStyle.3 \
|
||||
App::Cmd::Tester.3 \
|
||||
App::Cmd::Tester::CaptureExternal.3 \
|
||||
App::Cmd::Tutorial.3 \
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (App-Cmd-0.309.tar.gz) = 7489143ac2dca3a6fe40b07bf4826d02a539cc86e9f31af38518395598c1677f
|
||||
SIZE (App-Cmd-0.309.tar.gz) = 29641
|
||||
SHA256 (App-Cmd-0.316.tar.gz) = 5ed897012474892ce2a35ce1138dce687e34cd0499fbbaac9a6b1eb915a78ef4
|
||||
SIZE (App-Cmd-0.316.tar.gz) = 32334
|
||||
|
|
|
@ -9,11 +9,13 @@
|
|||
%%SITE_PERL%%/App/Cmd/Subdispatch.pm
|
||||
%%SITE_PERL%%/App/Cmd/Subdispatch/DashedStyle.pm
|
||||
%%SITE_PERL%%/App/Cmd/Tester.pm
|
||||
%%SITE_PERL%%/App/Cmd/Tester/CaptureExternal.pm
|
||||
%%SITE_PERL%%/App/Cmd/Tutorial.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Cmd/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Cmd
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Cmd
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App
|
||||
@dirrmtry %%SITE_PERL%%/App/Cmd/Subdispatch
|
||||
@dirrmtry %%SITE_PERL%%/App/Cmd/Command
|
||||
@dirrmtry %%SITE_PERL%%/App/Cmd
|
||||
@dirrm %%SITE_PERL%%/App/Cmd/Tester
|
||||
@dirrm %%SITE_PERL%%/App/Cmd/Subdispatch
|
||||
@dirrm %%SITE_PERL%%/App/Cmd/Command
|
||||
@dirrm %%SITE_PERL%%/App/Cmd
|
||||
@dirrmtry %%SITE_PERL%%/App
|
||||
|
|
Loading…
Add table
Reference in a new issue