blob: b168ded5f30f181e3f718166bebf3fec289427c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= premailer-rails
PORTVERSION= 1.11.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails52
MAINTAINER= ruby@FreeBSD.org
COMMENT= Improve the rendering of HTML emails
WWW= https://github.com/fphilipe/premailer-rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionmailer52>=3:mail/rubygem-actionmailer52 \
rubygem-premailer>=1.7.9<2:mail/rubygem-premailer
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|