ae3933e98f
While here, fix the depends so it works for multiple FLAVORS. OK landry@
12 lines
297 B
Makefile
12 lines
297 B
Makefile
# $OpenBSD: Makefile,v 1.11 2011/01/06 04:22:17 jeremy Exp $
|
|
|
|
COMMENT = mailer functionality for Merb
|
|
|
|
DISTNAME = merb-mailer-${VERSION}
|
|
REVISION = 0
|
|
|
|
RUN_DEPENDS = www/ruby-merb/core,${MODRUBY_FLAVOR}${MERB_REL_VER_SPEC} \
|
|
mail/ruby-mailfactory,${MODRUBY_FLAVOR}>=1.2.3
|
|
|
|
.include <bsd.port.mk>
|