1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/mail/rubygem-mail_room/Makefile
Torsten Zuehlsdorff fed1221f00 mail/rubygem-mail_room: Update from 0.9.0 to 0.9.1
- FILE support in yml ERb config
2017-06-28 08:48:06 +00:00

21 lines
354 B
Makefile

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