summaryrefslogtreecommitdiff
path: root/mail/ruby-tmail/Makefile
blob: 41dbe0ab8bc83c5af6ea3aec159f3d4a5c5a7148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.19 2011/02/21 16:01:18 taca Exp $

DISTNAME=	tmail-1.2.7.1
PKGREVISION=	1
CATEGORIES=	mail

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

# Add a directory that would be created if the setup.rb script was run.
pre-configure:
	cd ${WRKSRC} && mkdir doc
	${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"