3bab082431
No change except version.
18 lines
504 B
Makefile
18 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.6 2013/09/11 13:37:24 taca Exp $
|
|
|
|
DISTNAME= actionmailer-${RUBY_RAILS_VERSION}
|
|
CATEGORIES= mail devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.rubyonrails.org/
|
|
COMMENT= Email composition, delivery, and receiving (for Rails 3.2)
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.5.4<2.6:../../mail/ruby-mail
|
|
|
|
RUBY_RAILS_SUPPORTED= 32
|
|
RUBY_RAILS_STRICT_DEP= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|