Update devel/p5-Getopt-Long-Descriptive to 0.105

This commit is contained in:
afresh1 2020-12-05 19:53:26 +00:00
parent e8a478ce21
commit ffc9596517
3 changed files with 13 additions and 11 deletions

View File

@ -1,20 +1,19 @@
# $OpenBSD: Makefile,v 1.13 2020/07/03 21:44:55 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2020/12/05 19:53:26 afresh1 Exp $
COMMENT = Getopt::Long, but simpler and more powerful
MODULES = cpan
PKG_ARCH = *
DISTNAME = Getopt-Long-Descriptive-0.103
DISTNAME = Getopt-Long-Descriptive-0.105
CATEGORIES = devel
REVISION = 0
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
# perl
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Params-Validate>=0.97 \
devel/p5-Sub-Exporter
devel/p5-Sub-Exporter>=0.972
TEST_DEPENDS = devel/p5-CPAN-Meta-Check>=0.011 \
devel/p5-Test-Fatal \

View File

@ -1,2 +1,2 @@
SHA256 (Getopt-Long-Descriptive-0.103.tar.gz) = cOG650BKnftji10S5b1OqX477nQ6RVWQkwfWjgER9LI=
SIZE (Getopt-Long-Descriptive-0.103.tar.gz) = 32683
SHA256 (Getopt-Long-Descriptive-0.105.tar.gz) = pxzbz0BDWIsmpCoT0VHCQ/bszzjo/AsY/7W1NlGrjBU=
SIZE (Getopt-Long-Descriptive-0.105.tar.gz) = 33074

View File

@ -1,3 +1,6 @@
Yet another Getopt library. It's built atop Getopt::Long, and gets a lot
of its features, but tries to avoid making you think about its huge
array of options.
Getopt::Long::Descriptive is yet another Getopt library. It's built
atop Getopt::Long, and gets a lot of its features, but tries to
avoid making you think about its huge array of options.
It also provides usage (help) messages, data validation, and a few
other useful features.