ad0a6c6318
This gem brings you the power of the premailer gem to Rails without any configuration needs. Create HTML emails, include a CSS file as you do in a normal HTML document and premailer will inline the included CSS. WWW: https://github.com/fphilipe/premailer-rails PR: 208508 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
20 lines
446 B
Makefile
20 lines
446 B
Makefile
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= premailer-rails
|
|
PORTVERSION= 1.9.1
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Improve the rendering of HTML emails
|
|
|
|
RUN_DEPENDS= rubygem-actionmailer4>=3:mail/rubygem-actionmailer4 \
|
|
rubygem-premailer>=1.7.9:mail/rubygem-premailer
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|