22 lines
428 B
Makefile
22 lines
428 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:23:53 espie Exp $
|
|
|
|
COMMENT= simple creation of MIME email messages in Ruby
|
|
|
|
DISTNAME= mailfactory-1.4.0
|
|
REVISION= 5
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= http://rubyforge.org/projects/mailfactory/
|
|
|
|
# Ruby license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= mail/ruby-mime-types,${MODRUBY_FLAVOR}
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|