freebsd-ports/mail/rubygem-premailer-rails110-rails70/Makefile
Matthias Fechner 92a64fe531 www/gitlab-ce: fix dependency for mail/rubygem-premailer-rails-rails70
Gitlab requires version 1.10.x but it was upgraded in commit:
2c43076cf5
to 1.12.0
2023-09-08 13:34:40 +03:00

24 lines
533 B
Makefile

PORTNAME= premailer-rails
PORTVERSION= 1.10.3
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 110-rails70
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-actionmailer70>=3:mail/rubygem-actionmailer70 \
rubygem-net-smtp>=0:mail/rubygem-net-smtp \
rubygem-premailer>=1.7.9<2:mail/rubygem-premailer
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^1\.10\.
.include <bsd.port.mk>