aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Mbox-MessageParser
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-Mail-Mbox-MessageParser')
-rw-r--r--mail/p5-Mail-Mbox-MessageParser/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile
index 93b3928e0641..8855b2560f17 100644
--- a/mail/p5-Mail-Mbox-MessageParser/Makefile
+++ b/mail/p5-Mail-Mbox-MessageParser/Makefile
@@ -12,13 +12,15 @@ COMMENT= Fast and simple mbox folder reader
LICENSE= GPLv2
-BUILD_DEPENDS= p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget
-RUN_DEPENDS:= ${BUILD_DEPENDS}
BUILD_DEPENDS+= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+ p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget \
p5-URI>=0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS= p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget
TEST_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff
USES= perl5
USE_PERL5= configure
+CONFIGURE_ARGS= < /dev/null
+
.include <bsd.port.mk>