1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/mail/rubygem-tmail/Makefile
Jimmy Olgeni 168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00

18 lines
357 B
Makefile

# Created by: 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= 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>