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:
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
|
@ -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
|
||||
|
|
25
devel/p5-Getopt-Euclid/Makefile
Normal file
25
devel/p5-Getopt-Euclid/Makefile
Normal 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>
|
3
devel/p5-Getopt-Euclid/distinfo
Normal file
3
devel/p5-Getopt-Euclid/distinfo
Normal 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
|
5
devel/p5-Getopt-Euclid/pkg-descr
Normal file
5
devel/p5-Getopt-Euclid/pkg-descr
Normal 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/
|
7
devel/p5-Getopt-Euclid/pkg-plist
Normal file
7
devel/p5-Getopt-Euclid/pkg-plist
Normal 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
|
Loading…
Reference in a new issue