aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rubygem-actionmailer/Makefile
blob: f224f25d0414f463ef8ed0af8fff39b46a26a65b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ports collection makefile for:    gem-actionmailer
# Date created:             27 May 2005
# Whom:                 Jonathan Weiss (<jw@innerewut.de>)
#
# $FreeBSD$

PORTNAME=   actionmailer
PORTVERSION=    3.2.1
CATEGORIES= mail rubygems
MASTER_SITES=   RG

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Easy email delivery and testing for Ruby

RUN_DEPENDS=    rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
        rubygem-mail>=2.4.0:${PORTSDIR}/mail/rubygem-mail

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>