1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

New port, mail/rubygem-premailer-rails-rails5

Copied from : Copied from mail/rubygem-premailer-rails to create a rail5
version.
This commit is contained in:
Joseph Mingrone 2018-01-30 09:10:30 +00:00
parent 4b701bcb49
commit f823d39a96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460376
4 changed files with 34 additions and 0 deletions

View File

@ -625,6 +625,7 @@
SUBDIR += rubygem-pony
SUBDIR += rubygem-premailer
SUBDIR += rubygem-premailer-rails
SUBDIR += rubygem-premailer-rails-rails5
SUBDIR += rubygem-rmail
SUBDIR += rubygem-roadie
SUBDIR += rubygem-roadie-rails

View File

@ -0,0 +1,24 @@
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
# $FreeBSD$
PORTNAME= premailer-rails
PORTVERSION= 1.10.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
MAINTAINER= ruby@FreeBSD.org
COMMENT= Improve the rendering of HTML emails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionmailer5>=3:mail/rubygem-actionmailer5 \
rubygem-premailer>=1.7.9:mail/rubygem-premailer
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1514155083
SHA256 (rubygem/premailer-rails-1.10.1.gem) = a3412c5bfdd70c2d913fbb30aaafbff006c465f5c90be536e1a7adef128e8d54
SIZE (rubygem/premailer-rails-1.10.1.gem) = 22528

View File

@ -0,0 +1,6 @@
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