Update www/piwik to version 2.4.1
[dports.git] / mail / rubygem-mail / Makefile
1 # Created by: Eric Freeman <freebsdports@chillibear.com>
2 # $FreeBSD$
3
4 PORTNAME=       mail
5 PORTVERSION=    2.5.4
6 PORTREVISION=   1
7 PORTEPOCH=      1
8 CATEGORIES=     mail rubygems
9 MASTER_SITES=   RG
10
11 MAINTAINER=     ruby@FreeBSD.org
12 COMMENT=        Ruby email handler
13
14 LICENSE=        MIT
15
16 RUN_DEPENDS=    rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
17                 rubygem-treetop>=1.4.8:${PORTSDIR}/devel/rubygem-treetop
18
19 USE_RUBY=       yes
20 USE_RUBYGEMS=   yes
21 RUBYGEM_AUTOPLIST=      yes
22
23 .include <bsd.port.mk>