summaryrefslogtreecommitdiff
path: root/mail/ruby-tmail/Makefile
blob: 17c8575c29bef5e41a911a129092ed74e66393f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.16 2008/04/13 05:25:09 jlam Exp $

DISTNAME=	tmail-1.2.3
PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES=	mail

MAINTAINER=	taca@NetBSD.org
HOMEPAGE=	http://tmail.rubyforge.org/
COMMENT=	Mail manipulating library for Ruby including MIME multipart support

GEM_BUILD=	gemspec

# Add a directory that would be created if the setup.rb script was run.
post-extract:
	cd ${WRKSRC} && mkdir doc

.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"