freebsd-ports/mail/rubygem-mail/Makefile
Philip M. Gollucci 63e560a5d7 Mail is an library for Ruby to handle email generation,
parsing and sending in a simple, rubyesque manner.

WWW: http://github.com/mikel/mail

PR:		ports/150112
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-08-30 21:48:50 +00:00

24 lines
589 B
Makefile

# Ports collection makefile for: rubygem-mail
# Date created: 30 Aug 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= mail
PORTVERSION= 2.2.5
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.0.0:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-activesupport>=2.3.6:${PORTSDIR}/devel/rubygem-activesupport
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>