aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract-Limit
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2009-12-17 01:27:49 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2009-12-17 01:27:49 +0000
commit7219e6e45db0aca9d4d40b05b1643676e4e5a173 (patch)
tree1d087129b054b0de7502e41e7e5bd4c030237f33 /databases/p5-SQL-Abstract-Limit
parent16adcfe1b28f6c64479eb4e243582f2a2c0034de (diff)
downloadports-7219e6e45db0aca9d4d40b05b1643676e4e5a173.tar.gz
ports-7219e6e45db0aca9d4d40b05b1643676e4e5a173.zip
- Remove test only and already-in-core dependencies.
Notes
Notes: svn path=/head/; revision=246026
Diffstat (limited to 'databases/p5-SQL-Abstract-Limit')
-rw-r--r--databases/p5-SQL-Abstract-Limit/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/p5-SQL-Abstract-Limit/Makefile b/databases/p5-SQL-Abstract-Limit/Makefile
index a533c05541be..d353e8adb4ea 100644
--- a/databases/p5-SQL-Abstract-Limit/Makefile
+++ b/databases/p5-SQL-Abstract-Limit/Makefile
@@ -7,6 +7,7 @@
PORTNAME= SQL-Abstract-Limit
PORTVERSION= 0.141
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,10 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= SQL Portability layer for LIMIT emulation
-RUN_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
- p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
- p5-SQL-Abstract>=1.24:${PORTSDIR}/databases/p5-SQL-Abstract \
- p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
+RUN_DEPENDS= p5-SQL-Abstract>=1.24:${PORTSDIR}/databases/p5-SQL-Abstract \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
BUILD_DEPENDS= ${RUN_DEPENDS}