db24c537f0
Update ruby-actionmailer51 to 5.1.7. pkgsrc change: add "USE_LANGAUGES= # none". * No change except version.
25 lines
788 B
Makefile
25 lines
788 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/03/20 15:29:48 taca Exp $
|
|
|
|
DISTNAME= actionmailer-${RAILS_VERSION}
|
|
PKGNAME= ${RUBY_PKGPREFIX}-actionmailer${RUBY_RAILS}-${RAILS_VERSION}
|
|
CATEGORIES= mail devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.rubyonrails.org/
|
|
COMMENT= Email composition, delivery, and receiving (for Rails 5.1)
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
|
|
DEPENDS+= ${RUBY_ACTIONVIEW_DEPENDS}
|
|
DEPENDS+= ${RUBY_ACTIVEJOB_DEPENDS}
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.5.4:../../mail/ruby-mail
|
|
# ruby-actionview already depends it.
|
|
#DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing>=2.0:../../textproc/ruby-rails-dom-testing
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBY_RAILS_ACCEPTED= 51
|
|
RUBY_RAILS_STRICT_DEP= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|