Prune audio/xmmix
[dports.git] / mail / rubygem-mail_room / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       mail_room
4 PORTVERSION=    0.9.1
5 CATEGORIES=     mail rubygems
6 MASTER_SITES=   RG
7
8 MAINTAINER=     ports@michael-fausten.de
9 COMMENT=        This mail_room will proxy email (gmail) from IMAP to a delivery method
10
11 LICENSE=        MIT
12 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
13
14 NO_ARCH=        yes
15 USE_RUBY=       yes
16 USES=           gem
17
18 PLIST_FILES=    bin/mail_room
19
20 .include <bsd.port.mk>