mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
App::CLI::Extension is extension for App::CLI extension module.
WWW: http://search.cpan.org/dist/App-CLI-Extension/
This commit is contained in:
parent
f8bb980036
commit
4d70f3eab1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247190
@ -1046,6 +1046,7 @@
|
||||
SUBDIR += p5-AnyEvent
|
||||
SUBDIR += p5-AnyEvent-AIO
|
||||
SUBDIR += p5-App-CLI
|
||||
SUBDIR += p5-App-CLI-Extension
|
||||
SUBDIR += p5-App-Cache
|
||||
SUBDIR += p5-App-Cmd
|
||||
SUBDIR += p5-App-Control
|
||||
|
32
devel/p5-App-CLI-Extension/Makefile
Normal file
32
devel/p5-App-CLI-Extension/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: p5-App-CLI-Extension
|
||||
# Date created: 5th Jan, 2010
|
||||
# Whom: Wen Heping <wen@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= App-CLI-Extension
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Extension for App::CLI extension module
|
||||
|
||||
BUILD_DEPENDS= p5-App-CLI>=0:${PORTSDIR}/devel/p5-App-CLI \
|
||||
p5-Class-Data-Accessor>=0:${PORTSDIR}/devel/p5-Class-Data-Accessor \
|
||||
p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= App::CLI::Extension::Component::RunCommand.3 \
|
||||
App::CLI::Extension::Component::ErrorHandler.3 \
|
||||
App::CLI::Extension::Component::OriginalArgv.3 \
|
||||
App::CLI::Extension::Component::InstallCallback.3 \
|
||||
App::CLI::Extension.3 \
|
||||
App::CLI::Extension::Component::Config.3 \
|
||||
App::CLI::Extension::Component::Stash.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-App-CLI-Extension/distinfo
Normal file
3
devel/p5-App-CLI-Extension/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (App-CLI-Extension-1.2.tar.gz) = 5a6e9edcc2437dca6a8d62db9bf6770e
|
||||
SHA256 (App-CLI-Extension-1.2.tar.gz) = 6d00ad4e8438795a29287e2bf1d66516999e685b1f1d3a7ffda154605c67a8fe
|
||||
SIZE (App-CLI-Extension-1.2.tar.gz) = 49191
|
3
devel/p5-App-CLI-Extension/pkg-descr
Normal file
3
devel/p5-App-CLI-Extension/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
App::CLI::Extension is extension for App::CLI extension module.
|
||||
|
||||
WWW: http://search.cpan.org/dist/App-CLI-Extension/
|
15
devel/p5-App-CLI-Extension/pkg-plist
Normal file
15
devel/p5-App-CLI-Extension/pkg-plist
Normal file
@ -0,0 +1,15 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/CLI/Extension/.packlist
|
||||
%%SITE_PERL%%/App/CLI/Extension.pm
|
||||
%%SITE_PERL%%/App/CLI/Extension/Component/Config.pm
|
||||
%%SITE_PERL%%/App/CLI/Extension/Component/RunCommand.pm
|
||||
%%SITE_PERL%%/App/CLI/Extension/Component/InstallCallback.pm
|
||||
%%SITE_PERL%%/App/CLI/Extension/Component/OriginalArgv.pm
|
||||
%%SITE_PERL%%/App/CLI/Extension/Component/ErrorHandler.pm
|
||||
%%SITE_PERL%%/App/CLI/Extension/Component/Stash.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
|
||||
@dirrmtry %%SITE_PERL%%/App/CLI/Extension/Component
|
||||
@dirrmtry %%SITE_PERL%%/App/CLI/Extension
|
||||
@dirrmtry %%SITE_PERL%%/App/CLI
|
||||
@dirrmtry %%SITE_PERL%%/App
|
Loading…
Reference in New Issue
Block a user