mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Update to 1.3(0)
PR: ports/149333 Submitted by: Frederic Culot <frederic@culot.org>
This commit is contained in:
parent
9aa8d17bb1
commit
e60d2deac3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259609
@ -6,10 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= App-CLI-Extension
|
||||
PORTVERSION= 1.21
|
||||
PORTVERSION= 1.30
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/0*$//}
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Extension for App::CLI extension module
|
||||
@ -27,6 +28,7 @@ MAN3= App::CLI::Extension::Component::RunCommand.3 \
|
||||
App::CLI::Extension::Component::InstallCallback.3 \
|
||||
App::CLI::Extension.3 \
|
||||
App::CLI::Extension::Component::Config.3 \
|
||||
App::CLI::Extension::Component::Stash.3
|
||||
App::CLI::Extension::Component::Stash.3 \
|
||||
App::CLI::Extension::Exception.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (App-CLI-Extension-1.21.tar.gz) = 9b991ed3f03be5a6ef1e031466c02f32
|
||||
SHA256 (App-CLI-Extension-1.21.tar.gz) = 7d337492bb3c4702c01ecb5c111c9ed2bbb385b975578dd684f58066059759bc
|
||||
SIZE (App-CLI-Extension-1.21.tar.gz) = 52685
|
||||
MD5 (App-CLI-Extension-1.3.tar.gz) = cb6d746bd7ca8682a5661c197dd2d9ce
|
||||
SHA256 (App-CLI-Extension-1.3.tar.gz) = b9d289bb429d23458b238674c16a576e169c349c2fa2c8eb9ceab4e5eafb1476
|
||||
SIZE (App-CLI-Extension-1.3.tar.gz) = 51421
|
||||
|
@ -6,6 +6,7 @@
|
||||
%%SITE_PERL%%/App/CLI/Extension/Component/OriginalArgv.pm
|
||||
%%SITE_PERL%%/App/CLI/Extension/Component/ErrorHandler.pm
|
||||
%%SITE_PERL%%/App/CLI/Extension/Component/Stash.pm
|
||||
%%SITE_PERL%%/App/CLI/Extension/Exception.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/CLI/Extension
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/CLI
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/App
|
||||
|
Loading…
Reference in New Issue
Block a user