1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/mail/rubygem-vmail/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

26 lines
716 B
Makefile

# Created by: Hsin-Han You <hhyou@cs.nctu.edu.tw>
# $FreeBSD$
PORTNAME= vmail
PORTVERSION= 2.8.6
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= hhyou@cs.nctu.edu.tw
COMMENT= Vim interface to Gmail
RUN_DEPENDS= rubygem-mail>=2.2.12:${PORTSDIR}/mail/rubygem-mail \
rubygem-highline>=1.6.1:${PORTSDIR}/devel/rubygem-highline \
rubygem-sequel>=3.24.1:${PORTSDIR}/devel/rubygem-sequel \
rubygem-sqlite3>=1.3.3:${PORTSDIR}/databases/rubygem-sqlite3 \
rubygem-versionomy>=0.4.4:${PORTSDIR}/devel/rubygem-versionomy \
${LOCALBASE}/bin/vim:${PORTSDIR}/editors/vim-lite
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/vmail bin/vmail_client bin/vmailsend
.include <bsd.port.mk>