1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/mail/rubygem-actionmailer50/Makefile
2021-04-06 16:31:07 +02:00

29 lines
731 B
Makefile

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