freebsd-ports/mail/rubygem-premailer-rails19/Makefile
Torsten Zuehlsdorff 20abeb6774 Bring back dependencies needed to prepare the update of www/gitlab to 10.4
Submitted by: Matthias Fechner <idefix@fechner.net>
Reviewed by:  swills, tz
2018-02-15 16:59:19 +00:00

24 lines
448 B
Makefile

# $FreeBSD$
PORTNAME= premailer-rails
PORTVERSION= 1.9.7
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 19
MAINTAINER= idefix@fechner.net
COMMENT= Improve the rendering of HTML emails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-actionmailer4>=3:mail/rubygem-actionmailer4 \
rubygem-premailer>=1.7.9:mail/rubygem-premailer
PORTSCOUT= limit=^1\.9
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>