diff options
author | swills <swills@FreeBSD.org> | 2012-01-30 07:03:04 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-01-30 07:03:04 +0800 |
commit | c76b7b9c6f1f92d055ba894bc81ec17f24f17648 (patch) | |
tree | 0911154502a1404d01487420618543995902cfd1 /databases | |
parent | 32cdbf49d80b09b393c7c725f8c12fce7c438c5e (diff) | |
download | freebsd-ports-gnome-c76b7b9c6f1f92d055ba894bc81ec17f24f17648.tar.gz freebsd-ports-gnome-c76b7b9c6f1f92d055ba894bc81ec17f24f17648.tar.zst freebsd-ports-gnome-c76b7b9c6f1f92d055ba894bc81ec17f24f17648.zip |
- Add TEST_DEPENDS
PR: ports/164452
Submitted by: swills (myself)
Approved by: maintainer (blanket)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Skinny-Schema-Loader/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Skinny-Schema-Loader/Makefile b/databases/p5-DBIx-Skinny-Schema-Loader/Makefile index d674c5bb380e..6881c7668a1f 100644 --- a/databases/p5-DBIx-Skinny-Schema-Loader/Makefile +++ b/databases/p5-DBIx-Skinny-Schema-Loader/Makefile @@ -18,6 +18,9 @@ COMMENT= Perl extension to load schema for DBIx::Skinny RUN_DEPENDS= \ p5-DBIx-Skinny>=0.0733:${PORTSDIR}/databases/p5-DBIx-Skinny BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable PERL_CONFIGURE= yes |