summaryrefslogtreecommitdiff
path: root/mail/ruby-mail
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-03-23 15:02:09 +0000
committertaca <taca@pkgsrc.org>2011-03-23 15:02:09 +0000
commit4c20f492977c47c811c3166b9f971548e1c11a70 (patch)
tree5a9183cc707b727684a166bceca46bdbf752dcff /mail/ruby-mail
parent362d74b777cffb5cf3335c1eb7c47586c4d0d9dd (diff)
downloadpkgsrc-4c20f492977c47c811c3166b9f971548e1c11a70.tar.gz
Switch to use lang/ruby/rails.mk.
No functional change.
Diffstat (limited to 'mail/ruby-mail')
-rw-r--r--mail/ruby-mail/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/ruby-mail/Makefile b/mail/ruby-mail/Makefile
index b139b1f8467..0febf0950cc 100644
--- a/mail/ruby-mail/Makefile
+++ b/mail/ruby-mail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/01/28 13:23:20 taca Exp $
+# $NetBSD: Makefile,v 1.4 2011/03/23 15:02:09 taca Exp $
DISTNAME= mail-2.2.15
CATEGORIES= devel
@@ -8,7 +8,9 @@ HOMEPAGE= http://github.com/mikel/mail
COMMENT= Mail provides a nice Ruby DSL for making, sending and reading emails
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.3.6:../../devel/ruby-activesupport
+RUBY_RAILS= # defined
+
+DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=1.16:../../mail/ruby-mime-types
DEPENDS+= ${RUBY_PKGPREFIX}-treetop>=1.4.8:../../textproc/ruby-treetop
DEPENDS+= ${RUBY_PKGPREFIX}-i18n>=0.5.0:../../devel/ruby-i18n