1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

The goal of this module is providing good code readability and clarity

of intent for command-line option processing. While readability is a
subjective standard, Getopt::Lucid relies on a more verbose,
plain-English option specification as compared against the more symbolic
approach of Getopt::Long.

WWW:	http://search.cpan.org/dist/Getopt-Lucid/

PR:		ports/120804
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
This commit is contained in:
Martin Wilke 2008-02-19 06:55:03 +00:00
parent caa49233e4
commit 534294fdd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207572
5 changed files with 47 additions and 0 deletions

View File

@ -369,6 +369,7 @@
SUBDIR += p5-Filter-Simple
SUBDIR += p5-FormValidator-Simple
SUBDIR += p5-Games-Dissociate
SUBDIR += p5-Getopt-Lucid
SUBDIR += p5-Google-Data-JSON
SUBDIR += p5-HTML-Copy
SUBDIR += p5-HTML-Entities-ImodePictogram

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Getopt-Lucid
# Date created: 2008-02-14
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Getopt-Lucid
PORTVERSION= 0.16
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippemail@gmail.com
COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper \
${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
${SITE_PERL}/Exception/Class/TryCatch.pm:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \
${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS+= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Getopt::Lucid.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Getopt-Lucid-0.16.tar.gz) = e09eee84dc5dcaf25713dc7e5b574dcd
SHA256 (Getopt-Lucid-0.16.tar.gz) = 6da381bc18b471a4c7c155a95612f1433ddd636f088298f9db9b9c0bfea3c35c
SIZE (Getopt-Lucid-0.16.tar.gz) = 40362

View File

@ -0,0 +1,7 @@
The goal of this module is providing good code readability and clarity
of intent for command-line option processing. While readability is a
subjective standard, Getopt::Lucid relies on a more verbose,
plain-English option specification as compared against the more symbolic
approach of Getopt::Long.
WWW: http://search.cpan.org/dist/Getopt-Lucid/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Lucid/.packlist
%%SITE_PERL%%/Getopt/Lucid.pm
%%SITE_PERL%%/Getopt/Lucid/Exception.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Lucid
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
@dirrmtry %%SITE_PERL%%/Getopt/Lucid
@dirrmtry %%SITE_PERL%%/Getopt