mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
405 B
Makefile
15 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/02/04 15:20:39 taca Exp $
|
|
|
|
DISTNAME= mail-2.6.3
|
|
CATEGORIES= mail
|
|
|
|
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}-mime-types>=1.16<3:../../mail/ruby-mime-types
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|