aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-03-27 04:53:33 +0800
committerswills <swills@FreeBSD.org>2012-03-27 04:53:33 +0800
commit38b770ddbf27c2c7867f1838c52b453aa290d4f8 (patch)
tree6d7b4bf4e37dadd9c634fbc9115afeebd987fe57
parent7f1735c35a4e470ab0dcdbb42ad95378404e6203 (diff)
downloadfreebsd-ports-gnome-38b770ddbf27c2c7867f1838c52b453aa290d4f8.tar.gz
freebsd-ports-gnome-38b770ddbf27c2c7867f1838c52b453aa290d4f8.tar.zst
freebsd-ports-gnome-38b770ddbf27c2c7867f1838c52b453aa290d4f8.zip
- Add missing BUILD_DEPENDS
- Add TEST_DEPENDS Feature safe: yes
-rw-r--r--www/p5-WWW-Spinn3r/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-WWW-Spinn3r/Makefile b/www/p5-WWW-Spinn3r/Makefile
index 060d08c21ca1..4e0108f51ac1 100644
--- a/www/p5-WWW-Spinn3r/Makefile
+++ b/www/p5-WWW-Spinn3r/Makefile
@@ -14,12 +14,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= An interface to the Spinn3r API
-RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Format-ISO8601>=0:${PORTSDIR}/devel/p5-DateTime-Format-ISO8601 \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle
PERL_CONFIGURE= yes