freebsd-ports/mail/rubygem-mail/Makefile
Steve Wills 413424ee99 - Reset maintainer after no response to mail since Jan 2013
- Clean up headers and comments while here

Reviewed by:	danfe
2013-07-27 16:06:01 +00:00

23 lines
505 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= mail
PORTVERSION= 2.5.4
PORTEPOCH= 1
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= 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>