diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2009-09-09 16:50:39 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2009-09-09 16:50:39 +0800 |
commit | b3ba4555c55389063081a55d00add81ba394d41e (patch) | |
tree | e5996a6bab6a371ab2965d677e44097423cff4d5 /devel | |
parent | 9c3427ad202f2ee74c013f0ba87156b75b9ca415 (diff) | |
download | freebsd-ports-gnome-b3ba4555c55389063081a55d00add81ba394d41e.tar.gz freebsd-ports-gnome-b3ba4555c55389063081a55d00add81ba394d41e.tar.zst freebsd-ports-gnome-b3ba4555c55389063081a55d00add81ba394d41e.zip |
- Remove dependency on p5-Test-Exception. This is actually required
on testing stage only.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Carp-Clan/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |