aboutsummaryrefslogtreecommitdiff
path: root/biology/p5-Bio-MAGETAB
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2011-09-25 00:07:08 +0000
committerSteve Wills <swills@FreeBSD.org>2011-09-25 00:07:08 +0000
commit3f7512cd242eee7c426427f66b443f3571b26b4a (patch)
treeac84c7d93de6c80cf98bfdc98edfee7726baf27b /biology/p5-Bio-MAGETAB
parented5b4773f7605598dc49f1e0b6ca4a4baff18b88 (diff)
downloadports-3f7512cd242eee7c426427f66b443f3571b26b4a.tar.gz
ports-3f7512cd242eee7c426427f66b443f3571b26b4a.zip
- Add build depends to silence build warnings
Notes
Notes: svn path=/head/; revision=282347
Diffstat (limited to 'biology/p5-Bio-MAGETAB')
-rw-r--r--biology/p5-Bio-MAGETAB/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/p5-Bio-MAGETAB/Makefile b/biology/p5-Bio-MAGETAB/Makefile
index e76049a67357..30292de145ab 100644
--- a/biology/p5-Bio-MAGETAB/Makefile
+++ b/biology/p5-Bio-MAGETAB/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A data model and utility API for the MAGE-TAB format
-RUN_DEPENDS= p5-Date-Manip>=5.44:${PORTSDIR}/devel/p5-Date-Manip \
+BUILD_DEPENDS= p5-Date-Manip>=5.44:${PORTSDIR}/devel/p5-Date-Manip \
p5-DateTime>=0.43.02:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Format-DateManip>=0.04:${PORTSDIR}/devel/p5-DateTime-Format-DateManip \
p5-Email-Valid>=0.179:${PORTSDIR}/mail/p5-Email-Valid \
@@ -25,6 +25,7 @@ RUN_DEPENDS= p5-Date-Manip>=5.44:${PORTSDIR}/devel/p5-Date-Manip \
p5-Parse-RecDescent>=1.960:${PORTSDIR}/devel/p5-Parse-RecDescent \
p5-Text-CSV_XS>=0.32:${PORTSDIR}/textproc/p5-Text-CSV_XS \
p5-URI>=1.35:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0.26:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes