freebsd-ports/mail/rubygem-tmail/Makefile
Akinori MUSHA 83cc073764 Add rubygem-tmail, the new, gem version of ruby-tmail, a RFC2822/MIME
compliant mail manipulating library for Ruby.
2008-10-14 05:27:15 +00:00

20 lines
464 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.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>