freebsd-ports/mail/rubygem-mail25/Makefile
Sunpoet Po-Chuan Hsieh f468e0da94 - Fix gemspec
- Bump PORTREVISION for package change
2015-05-03 11:28:25 +00:00

26 lines
513 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD$
PORTNAME= mail
PORTVERSION= 2.5.4
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 25
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby email handler
LICENSE= MIT
RUN_DEPENDS= rubygem-mime-types1>=1.16:${PORTSDIR}/misc/rubygem-mime-types1 \
rubygem-treetop>=1.4.8:${PORTSDIR}/devel/rubygem-treetop
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PORTSCOUT= limit:^2\.5
.include <bsd.port.mk>