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

PORTNAME=	mail_room
PORTVERSION=	0.5.2
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
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

PLIST_FILES=	bin/mail_room

.include <bsd.port.mk>