freebsd-ports/mail/rubygem-actionmailer4/Makefile
Sunpoet Po-Chuan Hsieh 57d2b0a3bc Update version requirement of RUN_DEPENDS
- Add PORTSCOUT
- Update pkg-descr
- Take maintainership
2019-08-31 21:58:22 +00:00

29 lines
725 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= actionmailer
PORTVERSION= 4.2.11.1
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>