12 lines
249 B
Makefile
12 lines
249 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/06/14 23:59:37 landry Exp $
|
|
|
|
COMMENT= mailer functionality for Merb
|
|
|
|
DISTNAME= merb-mailer-${VERSION}
|
|
PKGNAME= ruby-${DISTNAME}p0
|
|
|
|
RUN_DEPENDS= ::www/ruby-merb/core \
|
|
::mail/ruby-mailfactory
|
|
|
|
.include <bsd.port.mk>
|