18addac10f
A Ruby module that allows the simple creation of MIME email messages with multiple body parts and attachments.
27 lines
562 B
Makefile
27 lines
562 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/19 18:12:13 bernd Exp $
|
|
|
|
COMMENT= simple creation of MIME email messages in Ruby
|
|
|
|
DISTNAME= mailfactory-1.3.0
|
|
PKGNAME= ruby-${DISTNAME}
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= http://rubyforge.org/projects/mailfactory/
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=mailfactory/}
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::mail/ruby-mime-types
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|