aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rubygem-actionmailer/Makefile
blob: 9fbf75765ea61b7fdc816050e66a0255e007af3e (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=    2.3.2
CATEGORIES= mail rubygems
MASTER_SITES=   RF

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

BUILD_DEPENDS=  ${LOCALBASE}/${SPEC_DIR}/actionpack-2.3.2.gemspec:${PORTSDIR}/www/rubygem-actionpack
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>