db07c11def
## Rails 3.2.1 (January 26, 2012) ## * No changes. ## Rails 3.2.0 (January 20, 2012) ## * Upgrade mail version to 2.4.0 *ML* * Remove Old ActionMailer API *Josh Kalderimis* ## Rails 3.1.0 (August 30, 2011) ## * No changes
17 lines
481 B
Makefile
17 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2012/03/18 06:50:59 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.4.0<2.5:../../mail/ruby-mail
|
|
|
|
RUBY_RAILS_SUPPORTED= 32
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|