freebsd-ports/mail/rubygem-mail_room/Makefile
Torsten Zuehlsdorff fa135a0475 mail/rubygem-mail_room: Update from 0.7.0 to 0.8.0
- Rework the mailbox watcher and handler into a new Connection class
  to abstract away IMAP handling details

Approved by: Michael Fausten (maintainer)
Approved by: swills (mentor)
2016-08-10 14:17:35 +00:00

20 lines
354 B
Makefile

# $FreeBSD$
PORTNAME= mail_room
PORTVERSION= 0.8.0
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= ports@michael-fausten.de
COMMENT= This mail_room will proxy email (gmail) from IMAP to a delivery method
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
PLIST_FILES= bin/mail_room
.include <bsd.port.mk>