6ee6ed0336
Mail is an internet library for Ruby that is designed to handle emails generation, parsing and sending in a simple, rubyesque manner. The purpose of this library is to provide a single point of access to handle all email functions, including sending and receiving emails. All network type actions are done through proxy methods to Net::SMTP, Net::POP3, etc.. ok landry
25 lines
599 B
Makefile
25 lines
599 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 21:26:43 jeremy Exp $
|
|
|
|
COMMENT= easy email delivery and testing for ruby
|
|
|
|
DISTNAME= mail-2.2.10
|
|
CATEGORIES= mail
|
|
|
|
# MIT License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/ruby-i18n,${MODRUBY_FLAVOR}>=0.4.1,<0.5 \
|
|
textproc/ruby-treetop,${MODRUBY_FLAVOR}>=1.4.8,<1.5 \
|
|
mail/ruby-mime-types,${MODRUBY_FLAVOR}>=1.16,<2.0 \
|
|
devel/ruby-activesupport,${MODRUBY_FLAVOR}>=2.3.6
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
.include <bsd.port.mk>
|