freebsd-ports/mail/rubygem-actionmailer4/Makefile
2021-04-06 16:31:07 +02:00

28 lines
713 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
PORTNAME= actionmailer
PORTVERSION= 4.2.11.3
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Easy email delivery and testing for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:www/rubygem-actionpack4 \
rubygem-actionview4>=${PORTVERSION}:devel/rubygem-actionview4 \
rubygem-activejob4>=${PORTVERSION}:devel/rubygem-activejob4 \
rubygem-mail>=2.5.4,2<3,2:mail/rubygem-mail \
rubygem-rails-dom-testing1>=1.0.5<2:textproc/rubygem-rails-dom-testing1
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^4\.2\.
.include <bsd.port.mk>