fdf52093dc
utility classes and modules that allow ruby scripts to parse, modify, and generate MIME mail messages. PR: ports/153820 Submitted by: Eric Freeman <freebsdports at chillibear.com> Feature safe: yes
21 lines
400 B
Makefile
21 lines
400 B
Makefile
# Ports collection makefile for: rubygem-rmail
|
|
# Date created: 09 January 2011
|
|
# Whom: Eric Freeman <freebsdports@chillibear.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rmail
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= mail rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsdports@chillibear.com
|
|
COMMENT= RMail is a lightweight mail library
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|