2011-12-13 16:56:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.6 2011/12/13 15:56:58 taca Exp $
|
2010-09-12 03:46:55 +02:00
|
|
|
|
2011-06-11 04:49:39 +02:00
|
|
|
DISTNAME= mail-2.2.19
|
2011-12-13 16:56:58 +01:00
|
|
|
CATEGORIES= mail
|
2010-09-12 03:46:55 +02:00
|
|
|
|
2011-06-11 04:49:39 +02:00
|
|
|
# Note: mail/ruby-actionmailer3 needs ruby-mail<2.3.
|
2010-09-12 03:46:55 +02:00
|
|
|
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
|
|
|
|
|
2011-03-23 16:02:09 +01:00
|
|
|
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
2011-01-28 14:23:20 +01:00
|
|
|
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
|
2010-09-12 03:46:55 +02:00
|
|
|
|
2011-12-13 16:56:58 +01:00
|
|
|
RUBY_RAILS_SUPPORTED= # defined
|
|
|
|
|
2010-09-12 03:46:55 +02:00
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|