12 lines
259 B
Makefile
12 lines
259 B
Makefile
# $OpenBSD: Makefile,v 1.2 2008/06/14 23:59:37 landry Exp $
|
|
|
|
COMMENT= application and plugin generators for Merb
|
|
|
|
DISTNAME= merb-gen-${VERSION}
|
|
PKGNAME= ruby-${DISTNAME}p0
|
|
|
|
RUN_DEPENDS= ::www/ruby-merb/core \
|
|
::textproc/ruby-rubigen
|
|
|
|
.include <bsd.port.mk>
|