aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlippe <lippe@FreeBSD.org>2013-02-13 00:32:56 +0800
committerlippe <lippe@FreeBSD.org>2013-02-13 00:32:56 +0800
commite19b52da18a3b100e2ad6905982ee58c7113e28a (patch)
treefa50ad6e710562f2a7416ba0a58964d608b6bb03
parentd5802a3a6aef93fbe8a1d8b835d553c2f7b6fb1f (diff)
downloadfreebsd-ports-gnome-e19b52da18a3b100e2ad6905982ee58c7113e28a.tar.gz
freebsd-ports-gnome-e19b52da18a3b100e2ad6905982ee58c7113e28a.tar.zst
freebsd-ports-gnome-e19b52da18a3b100e2ad6905982ee58c7113e28a.zip
- Fix BDEPS using p5-Test-MockObject instead of p5-Test-MockModule and remove extra deps.
Reported by: Kurt Lidl <kurt.lidl@cello.com>
-rw-r--r--www/p5-CGI-Application-Plugin-DBH/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-CGI-Application-Plugin-DBH/Makefile b/www/p5-CGI-Application-Plugin-DBH/Makefile
index 4fe219410f7e..172a17a163e2 100644
--- a/www/p5-CGI-Application-Plugin-DBH/Makefile
+++ b/www/p5-CGI-Application-Plugin-DBH/Makefile
@@ -3,6 +3,7 @@
PORTNAME= CGI-Application-Plugin-DBH
PORTVERSION= 4.01
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,9 +12,8 @@ MAINTAINER= lippe@FreeBSD.org
COMMENT= Easy DBI access from CGI::Application
BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
- p5-CGI-modules>=0:${PORTSDIR}/www/p5-CGI-modules \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
- p5-DBD-Mock>=0:${PORTSDIR}/databases/p5-DBD-Mock
+ p5-Test-MockObject>=1.20120301:${PORTSDIR}/devel/p5-Test-MockObject
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}