7627ee9907
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
24 lines
556 B
Makefile
24 lines
556 B
Makefile
# $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>
|