svn commit: r402825 - head/mail/p5-Mojolicious-Plugin-Mail

Mathieu Arnold mat at FreeBSD.org
Wed Dec 2 13:29:31 UTC 2015


Author: mat
Date: Wed Dec  2 13:29:30 2015
New Revision: 402825
URL: https://svnweb.freebsd.org/changeset/ports/402825

Log:
  Add two dependencies forgotten in the previous commit.
  
  Pointy hat to:	mat
  Sponsored by:	Absolight

Modified:
  head/mail/p5-Mojolicious-Plugin-Mail/Makefile

Modified: head/mail/p5-Mojolicious-Plugin-Mail/Makefile
==============================================================================
--- head/mail/p5-Mojolicious-Plugin-Mail/Makefile	Wed Dec  2 13:22:17 2015	(r402824)
+++ head/mail/p5-Mojolicious-Plugin-Mail/Makefile	Wed Dec  2 13:29:30 2015	(r402825)
@@ -14,7 +14,9 @@ LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious
+RUN_DEPENDS=	p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious \
+		p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
+		p5-MIME-EncWords>=0:${PORTSDIR}/mail/p5-MIME-EncWords
 
 NO_ARCH=	yes
 USES=		perl5


More information about the svn-ports-head mailing list