aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Mock
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2012-04-09 18:41:26 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2012-04-09 18:41:26 +0000
commitb220c4df90d1df352e707c5bd3bfa7b050254c1c (patch)
tree94f85c890b8796988f203d52d2d77877c66db45d /databases/p5-DBD-Mock
parent380ac975dc31c4383578604391afda6ae04c711c (diff)
downloadports-b220c4df90d1df352e707c5bd3bfa7b050254c1c.tar.gz
ports-b220c4df90d1df352e707c5bd3bfa7b050254c1c.zip
- Fix typo in BUILD_DEPENDS
Reported by: pav Feature safe: yes
Notes
Notes: svn path=/head/; revision=294437
Diffstat (limited to 'databases/p5-DBD-Mock')
-rw-r--r--databases/p5-DBD-Mock/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-DBD-Mock/Makefile b/databases/p5-DBD-Mock/Makefile
index 475097bae430..b9b0be7b8314 100644
--- a/databases/p5-DBD-Mock/Makefile
+++ b/databases/p5-DBD-Mock/Makefile
@@ -7,6 +7,7 @@
PORTNAME= DBD-Mock
PORTVERSION= 1.43
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,7 +17,7 @@ COMMENT= Simple mock DBD implementation used for testing
BUILD_DEPENDS= p5-DBI>=1.3:${PORTSDIR}/databases/p5-DBI \
p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \
- p5-Test-More>=0.47:${PORTSDIR}/devel/p5-Test-Simple
+ p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes