mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
fed1221f00
- FILE support in yml ERb config
21 lines
354 B
Makefile
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>
|