freebsd-ports/mail/rubygem-mail/Makefile
Frederic Culot 3e67cc4226 - Update to 2.3.0
- Add LICENSE (MIT)
- drop dependency on activesupport (now optional - will be used
  automatically if installed)

PR:		ports/157960
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	Eric <freebsdports@chillibear.com> (maintainer)
2011-07-25 11:46:28 +00:00

26 lines
584 B
Makefile

# Ports collection makefile for: rubygem-mail
# Date created: 30 Aug 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= mail
PORTVERSION= 2.3.0
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= A Ruby email handler
LICENSE= MIT
RUN_DEPENDS= rubygem-treetop>=1.4.8:${PORTSDIR}/devel/rubygem-treetop \
rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
rubygem-i18n>=0.4.0:${PORTSDIR}/devel/rubygem-i18n
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>