aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rubygem-mail/Makefile
blob: ee679a0f0c37cc1b50b285266cef920426c12623 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Ports collection makefile for:    rubygem-mail
# Date created:             30 Aug 2010
# Whom:                 Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#

PORTNAME=   mail
PORTVERSION=    2.2.12
CATEGORIES= mail rubygems
MASTER_SITES=   RG

MAINTAINER= freebsdports@chillibear.com
COMMENT=    A Ruby email handler

RUN_DEPENDS=    rubygem-treetop>=1.4.5:${PORTSDIR}/devel/rubygem-treetop \
        rubygem-mime-types>=0:${PORTSDIR}/misc/rubygem-mime-types \
        rubygem-activesupport>=2.3.6:${PORTSDIR}/devel/rubygem-activesupport \
        rubygem-i18n>=0.4.1:${PORTSDIR}/devel/rubygem-i18n

USE_RUBY=       yes
USE_RUBYGEMS=       yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>