diff options
Diffstat (limited to 'mail/p5-MIME-Lite-TT-HTML')
-rw-r--r-- | mail/p5-MIME-Lite-TT-HTML/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/p5-MIME-Lite-TT-HTML/Makefile b/mail/p5-MIME-Lite-TT-HTML/Makefile index c67770792911..98325d6f3f0a 100644 --- a/mail/p5-MIME-Lite-TT-HTML/Makefile +++ b/mail/p5-MIME-Lite-TT-HTML/Makefile @@ -14,16 +14,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= freebsd-ports@t-b-o-h.net COMMENT= Create html mail with MIME::Lite and TT -BUILD_DEPENDS= ${SITE_PERL}/mach/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ - ${SITE_PERL}/MIME/Words.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ - ${SITE_PERL}/HTML/FormatText/WithLinks.pm:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks -RUN_DEPENDS= ${SITE_PERL}/mach/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ - ${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ - ${SITE_PERL}/MIME/Words.pm:${PORTSDIR}/mail/p5-MIME-Tools \ - ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \ - ${SITE_PERL}/HTML/FormatText/WithLinks.pm:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks +BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ + p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ + p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks +RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ + p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ + p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ + p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks PERL_CONFIGURE= yes PERL_MODBUILD= yes |