aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rubygem-tmail/Makefile
blob: 4a707c90fce8ac2c54ecb89ff591722534b0c13a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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=   ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

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

.include <bsd.port.mk>