blob: 88ff8d212af2011423e433963e08349722388a7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.18 2019/02/03 15:34:51 taca Exp $
DISTNAME= mail-2.7.1
CATEGORIES= mail
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/mikel/mail
COMMENT= Mail provides a nice Ruby DSL for making, sending and reading emails
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-mini_mime>=0.1.1:../../mail/ruby-mini_mime
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|