pkgsrc/mail/ruby-actionmailer42/Makefile
taca c0c958b43e mail/ruby-actionmailer42: fix text in comments
Update commented out dependency line.
2019-03-03 17:29:02 +00:00

22 lines
733 B
Makefile

# $NetBSD: Makefile,v 1.6 2019/03/03 17:29:02 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 4.2)
LICENSE= mit
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
DEPENDS+= ${RUBY_ACTIONVIEW_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.5.4:../../mail/ruby-mail
# ruby-actionview already depends it.
#DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing1>=1.0.5:../../textproc/ruby-rails-dom-testing1
RUBY_RAILS_ACCEPTED= 42
RUBY_RAILS_STRICT_DEP= yes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"