aboutsummaryrefslogtreecommitdiff
path: root/mail/rubygem-tmail/Makefile
blob: 6e6fdf7423087707a93d27180af22cf4e83a8a74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	Ruby-TMail
# Date created:		22 Aug 2000
# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$

PORTNAME=	tmail
PORTVERSION=	1.2.3.1
CATEGORIES=	mail rubygems
MASTER_SITES=	RG

MAINTAINER=	knu@FreeBSD.org
COMMENT=	A RFC2822/MIME compliant mail manipulating library for Ruby

USE_RUBY=	yes
USE_RUBYGEMS=	yes
USE_RUBY_FEATURES=	racc-runtime
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not compile with ruby 1.9
.endif
.include <bsd.port.post.mk>