Files
bsdports/ruby/rubygem-mail/Makefile
2019-12-26 07:26:06 +00:00

20 lines
401 B
Makefile

# Created by: Eric Freeman <freebsdports@chillibear.com>
# $FreeBSD: head/mail/rubygem-mail/Makefile 482541 2018-10-20 14:52:42Z sunpoet $
PORTNAME= mail
PORTVERSION= 2.7.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby email handler
RUN_DEPENDS= rubygem-mini_mime>=0.1.1:ruby/rubygem-mini_mime
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>