Initial import of Getargs-Long 0.1.3
The "Getargs::Long" module allows usage of named parameters in function calls, along with optional argument type-checking. It provides an easy way to get at the parameters within the routine, and yields concise descriptions for the common cases of all-mandatory and all-optional parameter lists. From Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org> little cleanup and DESCR from me
This commit is contained in:
parent
cf60af4b67
commit
7627ee9907
23
devel/p5-Getargs-Long/Makefile
Normal file
23
devel/p5-Getargs-Long/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/13 16:32:22 sturm Exp $
|
||||
|
||||
COMMENT= "parses long function arguments"
|
||||
|
||||
DISTNAME= Getargs-Long-0.1.3
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getargs/}
|
||||
|
||||
MAINTAINER= Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
|
||||
|
||||
# Artistic License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= :p5-Log-Agent->=0.105:devel/p5-Log-Agent
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Getargs-Long/distinfo
Normal file
3
devel/p5-Getargs-Long/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Getargs-Long-0.1.3.tar.gz) = 7c78b1e7fe1c1a47c31052c86e5a28dd
|
||||
RMD160 (Getargs-Long-0.1.3.tar.gz) = 9aa035e852af25a294b5dd8a32f80bc91bebae42
|
||||
SHA1 (Getargs-Long-0.1.3.tar.gz) = ba10d570391c883b45eaa0fc547889e19ddffa1e
|
5
devel/p5-Getargs-Long/pkg/DESCR
Normal file
5
devel/p5-Getargs-Long/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
The "Getargs::Long" module allows usage of named parameters in function
|
||||
calls, along with optional argument type-checking. It provides an easy
|
||||
way to get at the parameters within the routine, and yields concise
|
||||
descriptions for the common cases of all-mandatory and all-optional
|
||||
parameter lists.
|
11
devel/p5-Getargs-Long/pkg/PLIST
Normal file
11
devel/p5-Getargs-Long/pkg/PLIST
Normal file
@ -0,0 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/13 16:32:22 sturm Exp $
|
||||
${P5SITE}/Getargs/Long.pm
|
||||
@comment ${P5ARCH}/auto/Getargs/Long/.packlist
|
||||
@comment ${P5ARCH}/perllocal.pod
|
||||
man/man3p/Getargs::Long.3p
|
||||
@comment @dirrm man/man3p
|
||||
@comment @dirrm ${P5ARCH}/auto/Getargs/Long
|
||||
@comment @dirrm ${P5ARCH}/auto/Getargs
|
||||
@comment @dirrm ${P5ARCH}/auto
|
||||
@comment @dirrm ${P5ARCH}
|
||||
@dirrm ${P5SITE}/Getargs
|
Loading…
Reference in New Issue
Block a user