aboutsummaryrefslogtreecommitdiff
path: root/mail/rubygem-mail_room/Makefile
blob: a016149b18ea77796ac28c05a642c00c0ae2e834 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	mail_room
PORTVERSION=	0.6.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:autoplist

PLIST_FILES=	bin/mail_room

.include <bsd.port.mk>