Add p5-Getopt-Euclid, Executable Uniform Command-Line Interface Descriptions.

Getopt::Euclid uses your program's own documentation to create a
command-line argument parser. This ensures that your program's documented
interface and its actual interface always agree.

WWW: http://search.cpan.org/dist/Getopt-Euclid/
This commit is contained in:
Chin-San Huang 2008-10-28 14:32:07 +00:00
parent e58629d2a7
commit 1d8f01a100
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222156
5 changed files with 41 additions and 0 deletions

View file

@ -1353,6 +1353,7 @@
SUBDIR += p5-Getargs-Long
SUBDIR += p5-Getopt-ArgvFile
SUBDIR += p5-Getopt-Declare
SUBDIR += p5-Getopt-Euclid
SUBDIR += p5-Getopt-Long
SUBDIR += p5-Getopt-Long-Descriptive
SUBDIR += p5-Getopt-Mixed

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: devel/p5-Getopt-Euclid
# Date created: 28 Oct 2008
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= Getopt-Euclid
PORTVERSION= 0.2.0
DISTVERSIONPREFIX=v
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= Executable Uniform Command-Line Interface Descriptions
BUILD_DEPENDS= p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Getopt::Euclid.3 Getopt::Euclid::HierDemo.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Getopt-Euclid-v0.2.0.tar.gz) = d9389f7dc20ca8efde4730536e1adbef
SHA256 (Getopt-Euclid-v0.2.0.tar.gz) = 91ebe1e2223952a83f1498fbc6575737570515ce175b7ad839d4079e98a1416f
SIZE (Getopt-Euclid-v0.2.0.tar.gz) = 25664

View file

@ -0,0 +1,5 @@
Getopt::Euclid uses your program's own documentation to create a
command-line argument parser. This ensures that your program's documented
interface and its actual interface always agree.
WWW: http://search.cpan.org/dist/Getopt-Euclid/

View file

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Euclid/.packlist
%%SITE_PERL%%/Getopt/Euclid.pm
%%SITE_PERL%%/Getopt/Euclid/HierDemo.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt/Euclid
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Getopt
@dirrmtry %%SITE_PERL%%/Getopt/Euclid
@dirrmtry %%SITE_PERL%%/Getopt