freebsd-ports/textproc/p5-Getopt-Lucid/Makefile
Frederic Culot e4b13d2223 - Update to 1.08
- Fix RUN_DEPENDS assignment [1]

Changes:      http://search.cpan.org/dist/Getopt-Lucid/Changes
PR:           218269 [1]
Submitted by: Andreas Hollmann <andreas.hollmann@gmail.com>
2017-04-19 14:04:23 +00:00

24 lines
575 B
Makefile

# Created by: Felippe de Meirelles Motta <lippemail@gmail.com>
# $FreeBSD$
PORTNAME= Getopt-Lucid
PORTVERSION= 1.08
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Clear, readable syntax for command line processing
LICENSE= APACHE20
BUILD_DEPENDS= p5-Exception-Class>=1.23:devel/p5-Exception-Class
RUN_DEPENDS= p5-Exception-Class>=1.23:devel/p5-Exception-Class
TEST_DEPENDS= p5-Exception-Class-TryCatch>=1.10:devel/p5-Exception-Class-TryCatch
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>