1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/mail/rubygem-actionmailer5/Makefile

30 lines
726 B
Makefile

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