c583843f3c
== Version 2.5.5 - 2017-06-09 Jeremy Daer <jeremydaer@gmail.com> Security: * #1097 – SMTP security: prevent command injection via To/From addresses. (jeremy) Bugs: * #633 – Cope with message parts that have an empty Content-Type (ThomasKoppensteiner, zeepeeare) * #689 - Fix Exim delivery method broken by #477 in 2.5.4. (jethrogb)
16 lines
535 B
Makefile
16 lines
535 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/06/10 15:57:04 taca Exp $
|
|
|
|
DISTNAME= mail-2.5.5
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/mail/mail25/}
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/mikel/mail
|
|
COMMENT= Mail provides a nice Ruby DSL for making, sending and reading emails
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types1>=1.16<2:../../mail/ruby-mime-types1
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-treetop>=1.4.8<1.5:../../textproc/ruby-treetop
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|