freebsd-ports/mail/rubygem-actionmailer4/Makefile
Steve Wills 066be03c3e mail/rubygem-actionmailer4: correct mail dependency
Oops, this wants the newer rubygem-mail. (It's rails 3.x that wants the older one)
2014-09-14 14:00:23 +00:00

24 lines
568 B
Makefile

# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= actionmailer
PORTVERSION= 4.1.6
PORTREVISION= 2
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
MAINTAINER= ruby@FreeBSD.org
COMMENT= Easy email delivery and testing for Ruby
LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack4 \
rubygem-actionview>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview \
rubygem-mail>=2.6.1:${PORTSDIR}/mail/rubygem-mail
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>