a82cc513cc
compactly and yet quite powerfully describing an option syntax. Options can be parsed, returned as a hashref of values, and/or displayed as a usage string or within the script POD. WWW: http://search.cpan.org/dist/Getopt-Compact/ PR: ports/148762 Submitted by: Evgeniy Kosov <evgeniy at kosov.su>
22 lines
504 B
Makefile
22 lines
504 B
Makefile
# New ports collection makefile for: p5-Getopt-Compact
|
|
# Date created: July 16th 2010
|
|
# Whom: Evgeniy Kosov <evgeniy@kosov.su>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Getopt-Compact
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= getopt processing in a compact statement with both long and short options, and usage functionality
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Getopt::Compact.3 \
|
|
Getopt::Compact::PodMunger.3
|
|
|
|
.include <bsd.port.mk>
|