aboutsummaryrefslogtreecommitdiff
path: root/mail/rubygem-roadie3
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-14 13:37:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-02-14 13:37:08 +0000
commit73560fa0f16d3b0d38c19290b59792b61feeaac9 (patch)
treec75b79dc5404afe88dd09664e44cacb7377fbbea /mail/rubygem-roadie3
parent1d4d4599a9e6171377b02775eec301912ae2e25c (diff)
downloadports-73560fa0f16d3b0d38c19290b59792b61feeaac9.tar.gz
ports-73560fa0f16d3b0d38c19290b59792b61feeaac9.zip
Notes
Diffstat (limited to 'mail/rubygem-roadie3')
-rw-r--r--mail/rubygem-roadie3/Makefile25
-rw-r--r--mail/rubygem-roadie3/distinfo3
-rw-r--r--mail/rubygem-roadie3/pkg-descr4
3 files changed, 32 insertions, 0 deletions
diff --git a/mail/rubygem-roadie3/Makefile b/mail/rubygem-roadie3/Makefile
new file mode 100644
index 000000000000..abd2ef32cd82
--- /dev/null
+++ b/mail/rubygem-roadie3/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= roadie
+PORTVERSION= 3.5.1
+CATEGORIES= mail rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 3
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Helper for generating HTML mails
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-css_parser>=1.4<2:textproc/rubygem-css_parser \
+ rubygem-nokogiri>=1.8<2:textproc/rubygem-nokogiri
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^3\.
+
+.include <bsd.port.mk>
diff --git a/mail/rubygem-roadie3/distinfo b/mail/rubygem-roadie3/distinfo
new file mode 100644
index 000000000000..285e9c2a9d3d
--- /dev/null
+++ b/mail/rubygem-roadie3/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1577693961
+SHA256 (rubygem/roadie-3.5.1.gem) = 39cd109579408e7058e5476323216c8a017dde3d3ae8f26dcc76cd65c26830fe
+SIZE (rubygem/roadie-3.5.1.gem) = 54784
diff --git a/mail/rubygem-roadie3/pkg-descr b/mail/rubygem-roadie3/pkg-descr
new file mode 100644
index 000000000000..88daca0beed2
--- /dev/null
+++ b/mail/rubygem-roadie3/pkg-descr
@@ -0,0 +1,4 @@
+Roadie tries to make sending HTML emails a little less painful by inlining
+stylesheets and rewriting relative URLs for you inside your emails.
+
+WWW: https://github.com/Mange/roadie