app dispatcher, jifty prereq
This commit is contained in:
parent
b9b82fd0dc
commit
4c96f7285a
26
devel/p5-App-CLI/Makefile
Normal file
26
devel/p5-App-CLI/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/11 18:12:58 espie Exp $
|
||||
|
||||
COMMENT= "dispatcher for command line interface programs"
|
||||
|
||||
DISTNAME= App-CLI-0.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
|
||||
# Artistic + GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
|
||||
|
||||
RUN_DEPENDS= ::devel/p5-Locale-Maketext-Simple
|
||||
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-App-CLI/distinfo
Normal file
4
devel/p5-App-CLI/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (App-CLI-0.06.tar.gz) = 93faf7836d0255569784f745837191c5
|
||||
RMD160 (App-CLI-0.06.tar.gz) = 4998734d144e11ee4008f956272eced76a2cd2bd
|
||||
SHA1 (App-CLI-0.06.tar.gz) = 02f174ae3c99aad3f1d90fbff44ee19518fbf735
|
||||
SIZE (App-CLI-0.06.tar.gz) = 26654
|
17
devel/p5-App-CLI/patches/patch-Makefile_PL
Normal file
17
devel/p5-App-CLI/patches/patch-Makefile_PL
Normal file
@ -0,0 +1,17 @@
|
||||
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2006/11/11 18:12:58 espie Exp $
|
||||
--- Makefile.PL.orig Sat Nov 11 16:22:03 2006
|
||||
+++ Makefile.PL Sat Nov 11 16:22:16 2006
|
||||
@@ -8,11 +8,13 @@ abstract_from ('lib/App/CLI.pm');
|
||||
license ('perl');
|
||||
version_from ('lib/App/CLI.pm');
|
||||
|
||||
+=pod
|
||||
requires(
|
||||
'Locale::Maketext::Simple' => 0,
|
||||
'Getopt::Long' => '2.35',
|
||||
'Pod::Simple::Text' => 0,
|
||||
);
|
||||
+=cut
|
||||
|
||||
include('ExtUtils::AutoInstall');
|
||||
auto_install();
|
3
devel/p5-App-CLI/pkg/DESCR
Normal file
3
devel/p5-App-CLI/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
App::CLI dispatches CLI (command line interface) based commands
|
||||
into command classes. It also supports subcommand and per-command
|
||||
options.
|
9
devel/p5-App-CLI/pkg/PLIST
Normal file
9
devel/p5-App-CLI/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/11 18:12:58 espie Exp $
|
||||
${P5SITE}/App/
|
||||
${P5SITE}/App/CLI/
|
||||
${P5SITE}/App/CLI.pm
|
||||
${P5SITE}/App/CLI/Command/
|
||||
${P5SITE}/App/CLI/Command.pm
|
||||
${P5SITE}/App/CLI/Command/Help.pm
|
||||
@man man/man3p/App::CLI.3p
|
||||
@man man/man3p/App::CLI::Command.3p
|
Loading…
Reference in New Issue
Block a user