1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/mail/rubygem-actionmailer52/Makefile
Sunpoet Po-Chuan Hsieh f058ac66b1 Update version requirement of RUN_DEPENDS
- Update pkg-descr
2019-08-31 21:58:37 +00:00

30 lines
741 B
Makefile

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