From b3ba4555c55389063081a55d00add81ba394d41e Mon Sep 17 00:00:00 2001 From: kuriyama Date: Wed, 9 Sep 2009 08:50:39 +0000 Subject: - Remove dependency on p5-Test-Exception. This is actually required on testing stage only. --- devel/p5-Carp-Clan/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/p5-Carp-Clan/Makefile b/devel/p5-Carp-Clan/Makefile index ae0320b58460..71a1d7ec0071 100644 --- a/devel/p5-Carp-Clan/Makefile +++ b/devel/p5-Carp-Clan/Makefile @@ -7,6 +7,7 @@ PORTNAME= Carp-Clan PORTVERSION= 6.00 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Report errors from perspective of caller of a "clan" of modules -BUILD_DEPENDS= ${SITE_PERL}/Test/Exception.pm:${PORTSDIR}/devel/p5-Test-Exception - PERL_CONFIGURE= yes MAN3= Carp::Clan.3 -- cgit