freebsd-ports/mail/rubygem-mail_room/Makefile
Torsten Zuehlsdorff f29e4ffa75 mail/rubygem-mail_room: Update from 0.6.1 to 0.7.0
* Backports idle timeout from ruby 2.3.0
  * Sets default to 29 minutes to prevent IMAP disconnects
  * Validates that the timeout does not exceed 29 minutes

PR:          209899
Approved by: junovitch (mentor)
2016-06-21 08:25:30 +00:00

20 lines
354 B
Makefile

# $FreeBSD$
PORTNAME= mail_room
PORTVERSION= 0.7.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>