2013-06-24 22:02:41 +02:00
|
|
|
# Created by: Felippe de Meirelles Motta <lippemail@gmail.com>
|
2008-02-19 07:55:03 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Getopt-Lucid
|
2013-06-24 22:02:41 +02:00
|
|
|
PORTVERSION= 1.05
|
2008-02-19 07:55:03 +01:00
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-03-10 01:52:12 +01:00
|
|
|
MAINTAINER= lippe@FreeBSD.org
|
2008-02-19 07:55:03 +01:00
|
|
|
COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing
|
|
|
|
|
2014-01-21 15:03:59 +01:00
|
|
|
LICENSE= APACHE20
|
|
|
|
|
2012-05-24 18:05:05 +02:00
|
|
|
BUILD_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
|
2013-06-24 22:02:41 +02:00
|
|
|
p5-Exception-Class-TryCatch>=1.10:${PORTSDIR}/devel/p5-Exception-Class-TryCatch \
|
|
|
|
p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \
|
|
|
|
p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp
|
|
|
|
RUN_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
|
|
|
|
p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable
|
2008-02-19 07:55:03 +01:00
|
|
|
|
2013-09-11 09:40:59 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2008-02-19 07:55:03 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|