summaryrefslogtreecommitdiff
path: root/mail/ruby-mail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ruby-mail/Makefile')
-rw-r--r--mail/ruby-mail/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ruby-mail/Makefile b/mail/ruby-mail/Makefile
new file mode 100644
index 00000000000..8dc58ff2200
--- /dev/null
+++ b/mail/ruby-mail/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/09/12 01:46:55 taca Exp $
+
+DISTNAME= mail-2.2.5
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+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
+DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=0:../../mail/ruby-mime-types
+DEPENDS+= ${RUBY_PKGPREFIX}-treetop>=1.4.5:../../textproc/ruby-treetop
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"