blob: 8e38ea7eb2143e1613a7d37f150a24c820703065 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.17 2008/06/22 16:09:32 taca Exp $
DISTNAME= tmail-1.2.3.1
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"
|