From 2308203f3c591b6b650202a378099348377b22af Mon Sep 17 00:00:00 2001 From: lippe Date: Thu, 24 May 2012 16:05:05 +0000 Subject: - Bump PORTREVISION. - Remove RUN_DEPENDS. PR: ports/167901 Submitted by: sunpoet --- textproc/p5-Getopt-Lucid/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'textproc') diff --git a/textproc/p5-Getopt-Lucid/Makefile b/textproc/p5-Getopt-Lucid/Makefile index c7bdcca867ed..c0ff69d27e63 100644 --- a/textproc/p5-Getopt-Lucid/Makefile +++ b/textproc/p5-Getopt-Lucid/Makefile @@ -7,6 +7,7 @@ PORTNAME= Getopt-Lucid PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org COMMENT= Getopt::Lucid - Clear, readable syntax for command line processing -BUILD_DEPENDS+= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ +BUILD_DEPENDS= p5-Exception-Class>=1.23:${PORTSDIR}/devel/p5-Exception-Class \ p5-Exception-Class-TryCatch>=1.1:${PORTSDIR}/devel/p5-Exception-Class-TryCatch -RUN_DEPENDS+= p5-Carp>=0:${PORTSDIR}/devel/p5-Carp \ - p5-Storable>=2.16:${PORTSDIR}/devel/p5-Storable PERL_CONFIGURE= yes -- cgit