aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-Mbox-MessageParser
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-03-21 14:04:30 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-03-21 14:04:30 +0000
commitb0ef1bafa49cb876e9fc4e760197cb77100486d6 (patch)
treef9495d21742389651232bde50591762062bcf80d /mail/p5-Mail-Mbox-MessageParser
parentdac8daee0fd673e61fd88aecddb0b45b0ddadc3e (diff)
downloadports-b0ef1bafa49cb876e9fc4e760197cb77100486d6.tar.gz
ports-b0ef1bafa49cb876e9fc4e760197cb77100486d6.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
Notes
Notes: svn path=/head/; revision=411566
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>