2013-02-16 21:54:38 +01:00
|
|
|
# Created by: Jonathan Weiss (<jw@innerewut.de>)
|
2005-07-20 16:00:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= actionmailer
|
2015-04-02 21:58:59 +02:00
|
|
|
PORTVERSION= 3.2.21
|
|
|
|
PORTREVISION= 0
|
2006-01-21 21:25:07 +01:00
|
|
|
CATEGORIES= mail rubygems
|
2010-05-26 08:00:54 +02:00
|
|
|
MASTER_SITES= RG
|
2005-07-20 16:00:55 +02:00
|
|
|
|
2010-04-28 00:55:23 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2005-07-20 16:00:55 +02:00
|
|
|
COMMENT= Easy email delivery and testing for Ruby
|
|
|
|
|
2013-12-05 21:27:13 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2010-09-02 04:43:28 +02:00
|
|
|
RUN_DEPENDS= rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
|
2014-09-14 16:09:38 +02:00
|
|
|
rubygem-mail25>=2.5.4:${PORTSDIR}/mail/rubygem-mail25
|
2005-07-20 16:00:55 +02:00
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 02:03:48 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|