mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
e9aef9f5c7
- Bump PORTREVISION for dependency change
24 lines
464 B
Makefile
24 lines
464 B
Makefile
# Created by: Eric Freeman <freebsdports@chillibear.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mail
|
|
PORTVERSION= 2.5.4
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby email handler
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
|
|
rubygem-treetop>=1.4.8:${PORTSDIR}/devel/rubygem-treetop
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|