diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-29 23:03:04 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-29 23:03:04 +0000 |
commit | 1a3052ace3277cdb0ed28a95966852766bc77649 (patch) | |
tree | 00478fd0a8e458ac7f6a70d17046ff86cb551c8d /databases | |
parent | 46eec1bd6be2be6738ddb944a1de59b7eee76fac (diff) | |
download | ports-1a3052ace3277cdb0ed28a95966852766bc77649.tar.gz ports-1a3052ace3277cdb0ed28a95966852766bc77649.zip |
Notes
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 |