1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

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
This commit is contained in:
Mathieu Arnold 2016-03-21 14:04:30 +00:00
parent dac8daee0f
commit b0ef1bafa4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411566

View File

@ -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>