aboutsummaryrefslogtreecommitdiff
path: root/mail/rubygem-premailer-rails/Makefile
blob: 497171e881c63d512cd496a6b0dc98d8fefb3dff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
# $FreeBSD$

PORTNAME=	premailer-rails
PORTVERSION=	1.9.2
CATEGORIES=	mail rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Improve the rendering of HTML emails

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-actionmailer4>=3:mail/rubygem-actionmailer4 \
		rubygem-premailer>=1.7.9:mail/rubygem-premailer

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem:autoplist

.include <bsd.port.mk>