diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-13 16:15:36 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-13 16:15:36 +0000 |
commit | b59621d3ae883bef429a8fae6073bfa293a55222 (patch) | |
tree | b415c7b2903cf47ada68c5557c3c6ac33a25fc41 /databases/p5-DBIx-QueryLog | |
parent | e93c09b8f3675471a176b72ae1e6f085f7a607ad (diff) | |
download | ports-b59621d3ae883bef429a8fae6073bfa293a55222.tar.gz ports-b59621d3ae883bef429a8fae6073bfa293a55222.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-QueryLog')
-rw-r--r-- | databases/p5-DBIx-QueryLog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-DBIx-QueryLog/Makefile b/databases/p5-DBIx-QueryLog/Makefile index a1e554721b39..b732c11d7c47 100644 --- a/databases/p5-DBIx-QueryLog/Makefile +++ b/databases/p5-DBIx-QueryLog/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for logging queries for DBI -RUN_DEPENDS= p5-DBI>0:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= \ + p5-DBI>0:${PORTSDIR}/databases/p5-DBI BUILD_DEPENDS= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires |