Mon Apr 19 01:53:38 2021 UTC ()
Import CLI-Osprey-0.08 as devel/p5-CLI-Osprey.

CLI::Osprey is a module to assist in writing commandline applications
with M* OO modules (Moose, Moo, Mo). With it, you structure your app
as one or more modules, which get instantiated with the commandline
arguments as attributes. Arguments are parsed using Getopt::Long::Descriptive,
and both long and short help messages as well as complete manual pages
are automatically generated. An app can be a single command with options,
or have sub-commands (like git). Sub-commands can be defined as modules
(with options of their own) or as simple coderefs.


(wen)
diff -r0 -r1.1 pkgsrc/devel/p5-CLI-Osprey/DESCR
diff -r0 -r1.1 pkgsrc/devel/p5-CLI-Osprey/Makefile
diff -r0 -r1.1 pkgsrc/devel/p5-CLI-Osprey/distinfo

File Added: pkgsrc/devel/p5-CLI-Osprey/DESCR
CLI::Osprey is a module to assist in writing commandline applications
with M* OO modules (Moose, Moo, Mo). With it, you structure your app
as one or more modules, which get instantiated with the commandline
arguments as attributes. Arguments are parsed using Getopt::Long::Descriptive,
and both long and short help messages as well as complete manual pages
are automatically generated. An app can be a single command with options,
or have sub-commands (like git). Sub-commands can be defined as modules
(with options of their own) or as simple coderefs.

File Added: pkgsrc/devel/p5-CLI-Osprey/Makefile
# $NetBSD: Makefile,v 1.1 2021/04/19 01:53:38 wen Exp $

DISTNAME=	CLI-Osprey-0.08
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=CLI/}

MAINTAINER=	wen@NetBSD.org
HOMEPAGE=	https://metacpan.org/release/CLI-Osprey
COMMENT=	MooX::Options + MooX::Cmd + Sanity
LICENSE=	${PERL5_LICENSE}

# TEST_DEPENDS
TEST_DEPENDS=	p5-Test-Lib>=0:../../devel/p5-Test-Lib

USE_LANGUAGES=		# empty
PERL5_PACKLIST=		auto/CLI/Osprey/.packlist
PERL5_MODULE_TYPE=	Module::Build

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/p5-CLI-Osprey/distinfo
$NetBSD: distinfo,v 1.1 2021/04/19 01:53:38 wen Exp $

SHA1 (CLI-Osprey-0.08.tar.gz) = 4b827e1f19b2f1bfe48dd8c0b4964d6e07c29b9a
RMD160 (CLI-Osprey-0.08.tar.gz) = 2a43df5fd79ac123887dbed0b2ea29a874e067bc
SHA512 (CLI-Osprey-0.08.tar.gz) = f643cc4981d3140da3bc713e9a12c36fd5b7bcaff493e9f462de59f8dcee18a66fa7be3154fd9dbcf4a5bc63cdf8d3a3896e2efc96dcb4862c7319e38a5de240
Size (CLI-Osprey-0.08.tar.gz) = 21310 bytes