mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
d4cd37df0e
- Update version requirement of RUN_DEPENDS Changes: https://github.com/fphilipe/premailer-rails/blob/master/CHANGELOG.md
24 lines
480 B
Makefile
24 lines
480 B
Makefile
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
|
|
|
|
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
|
|
|
|
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>
|