2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Evgeniy Kosov <evgeniy@kosov.su>
|
2010-09-23 04:37:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Getopt-Compact
|
|
|
|
PORTVERSION= 0.04
|
2015-03-13 00:00:02 +01:00
|
|
|
PORTREVISION= 2
|
2010-09-23 04:37:55 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2011-08-11 04:30:41 +02:00
|
|
|
COMMENT= Getopt processing in a compact statement with long and short options
|
|
|
|
|
2015-03-13 00:00:02 +01:00
|
|
|
RUN_DEPENDS= p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table \
|
2012-06-06 13:22:18 +02:00
|
|
|
p5-Env-Path>=0:${PORTSDIR}/devel/p5-Env-Path
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2010-09-23 04:37:55 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-09-23 04:37:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|