diff options
author | obache <obache@pkgsrc.org> | 2010-10-28 02:58:51 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-28 02:58:51 +0000 |
commit | 1fe2dd4481a9700e879900f295fa7d3a11b415e4 (patch) | |
tree | 423bb52e5efeda6aa0e80473fb634a83a252025b /mail | |
parent | 11b1a18ffd08dafd202ed4594ecc341ca3fa2e70 (diff) | |
download | pkgsrc-1fe2dd4481a9700e879900f295fa7d3a11b415e4.tar.gz |
* add missing dependency on ruby-mail.
* add "mail" to CATEGORIES
Bump PKGREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ruby-actionmailer3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/ruby-actionmailer3/Makefile b/mail/ruby-actionmailer3/Makefile index 70226e5374d..a4d9acf01d4 100644 --- a/mail/ruby-actionmailer3/Makefile +++ b/mail/ruby-actionmailer3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2010/10/15 11:44:48 taca Exp $ +# $NetBSD: Makefile,v 1.3 2010/10/28 02:58:51 obache Exp $ DISTNAME= actionmailer-3.0.1 -CATEGORIES= devel +PKGREVISION= 1 +CATEGORIES= mail devel MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.rubyonrails.org/ @@ -9,6 +10,7 @@ COMMENT= Email composition, delivery, and receiving framework LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=3.0.1:../../www/ruby-actionpack3 +DEPENDS+= ${RUBY_PKGPREFIX}-mail>=2.2.5:../../mail/ruby-mail .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |