1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/mail/rubygem-tmail/Makefile
Steve Wills fcd02519a0 - Update to 1.2.7.1
- Fix build with Ruby 1.9

PR:		ports/156324
Submitted by:	me
Approved by:	maintainer timeout (knu)
2011-05-04 01:10:20 +00:00

21 lines
434 B
Makefile

# 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.7.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.mk>