11 lines
223 B
Makefile
11 lines
223 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/01/31 12:40:07 bernd Exp $
|
|
|
|
COMMENT = mailer functionality for Merb
|
|
|
|
DISTNAME = merb-mailer-${VERSION}
|
|
|
|
RUN_DEPENDS = ::www/ruby-merb/core \
|
|
::mail/ruby-mailfactory
|
|
|
|
.include <bsd.port.mk>
|