aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-Mbox-MessageParser
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-03-21 22:04:30 +0800
committermat <mat@FreeBSD.org>2016-03-21 22:04:30 +0800
commit88175261ee0b512ac1add4dec6bb1f406c6e22a1 (patch)
treef9495d21742389651232bde50591762062bcf80d /mail/p5-Mail-Mbox-MessageParser
parent8873061200a1f6474408fb5b5cf587568af337fe (diff)
downloadfreebsd-ports-gnome-88175261ee0b512ac1add4dec6bb1f406c6e22a1.tar.gz
freebsd-ports-gnome-88175261ee0b512ac1add4dec6bb1f406c6e22a1.tar.zst
freebsd-ports-gnome-88175261ee0b512ac1add4dec6bb1f406c6e22a1.zip
No need to ask questions.
While there, make the _DEPENDS line easier to understand. PR: 202121 Reported by: Trond Endrestol ximalas info Sponsored by: Absolight
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>