diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-30 02:20:59 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-30 02:20:59 +0000 |
commit | e8c131e867526396620a9d6b49b1efe5068efd35 (patch) | |
tree | efe581fe462a61c4a3938aa3cb3abb2a7b9cea0e /databases/p5-SQL-Maker | |
parent | cba84ec149e8cbdad9791ca3fe2a13f06608b71f (diff) | |
download | ports-e8c131e867526396620a9d6b49b1efe5068efd35.tar.gz ports-e8c131e867526396620a9d6b49b1efe5068efd35.zip |
- Add TEST_DEPENDS
PR: ports/164552
Submitted by: swills (myself)
Approved by: maintainer (blanket)
Notes
Notes:
svn path=/head/; revision=290078
Diffstat (limited to 'databases/p5-SQL-Maker')
-rw-r--r-- | databases/p5-SQL-Maker/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/p5-SQL-Maker/Makefile b/databases/p5-SQL-Maker/Makefile index 3ae033f0165d..953a0b83ba8a 100644 --- a/databases/p5-SQL-Maker/Makefile +++ b/databases/p5-SQL-Maker/Makefile @@ -19,6 +19,9 @@ RUN_DEPENDS= \ p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ p5-DBI>0:${PORTSDIR}/databases/p5-DBI BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash PERL_MODBUILD= yes |