- Remove test only and already-in-core dependencies.

This commit is contained in:
Jun Kuriyama
2009-12-17 01:27:49 +00:00
parent 16adcfe1b2
commit 7219e6e45d
2 changed files with 3 additions and 8 deletions

View File

@@ -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}