freebsd-ports/mail/rubygem-qmail/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
348 B
Makefile

# Created by: Glen Barber <gjb@FreeBSD.org>
# $FreeBSD$
PORTNAME= ruby-qmail
PORTVERSION= 0.1.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= ports@FreeBSD.org
COMMENT= Ruby qmail library
RUN_DEPENDS= rubygem-rspec>=1.2.9:${PORTSDIR}/devel/rubygem-rspec
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>