2008-02-19 07:55:03 +01:00
|
|
|
# New ports collection makefile for: p5-Getopt-Lucid
|
|
|
|
# Date created: 2008-02-14
|
|
|
|
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Getopt-Lucid
|
2012-04-05 20:57:54 +02:00
|
|
|
PORTVERSION= 1.01
|
2012-05-24 18:05:05 +02:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
|
2012-05-24 18:05:05 +02:00
|
|
|
BUILD_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \
|
2010-01-26 13:36:19 +01:00
|
|
|
p5-Exception-Class-TryCatch>=1.1:${PORTSDIR}/devel/p5-Exception-Class-TryCatch
|
2008-02-19 07:55:03 +01:00
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2008-02-19 07:55:03 +01:00
|
|
|
|
2011-02-13 12:53:27 +01:00
|
|
|
MAN3= Getopt::Lucid.3 Getopt::Lucid::Exception.3
|
2008-02-19 07:55:03 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|