diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-09-24 20:45:23 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-09-24 20:45:23 +0000 |
commit | d00b961fcf443dbedcee5748f3169847275900c3 (patch) | |
tree | cc1c9e0403fb80b36e329365909b869e8ce9a593 /biology | |
parent | ed5a8a627ddc78e4a99085d8b38671bda54ea605 (diff) | |
download | ports-d00b961fcf443dbedcee5748f3169847275900c3.tar.gz ports-d00b961fcf443dbedcee5748f3169847275900c3.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-Bio-Das-Lite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/p5-Bio-Das-Lite/Makefile b/biology/p5-Bio-Das-Lite/Makefile index 928aa12438a4..b45abded7bf3 100644 --- a/biology/p5-Bio-Das-Lite/Makefile +++ b/biology/p5-Bio-Das-Lite/Makefile @@ -14,9 +14,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for the DAS (HTTP+XML) Protocol -RUN_DEPENDS= p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ +BUILD_DEPENDS= p5-Readonly>=1.03:${PORTSDIR}/devel/p5-Readonly \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-WWW-Curl>=4.07:${PORTSDIR}/www/p5-WWW-Curl +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Simple>0.8:${PORTSDIR}/devel/p5-Test-Simple PERL_MODBUILD= YES |