066be03c3e
Oops, this wants the newer rubygem-mail. (It's rails 3.x that wants the older one)
24 lines
568 B
Makefile
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>
|