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

PORTNAME=	premailer
PORTVERSION=	1.8.6
CATEGORIES=	mail rubygems
MASTER_SITES=	RG

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

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.md

RUN_DEPENDS=	rubygem-css_parser>=1.3.6:textproc/rubygem-css_parser \
		rubygem-htmlentities>=4.0.0:textproc/rubygem-htmlentities

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem:autoplist

PLIST_FILES=	bin/premailer

.include <bsd.port.mk>