1c2e55e8d7
without "${RUBY_PKGPREFIX}-".
17 lines
478 B
Makefile
17 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/09/13 14:32:41 taca Exp $
|
|
|
|
DISTNAME= merb-builder-0.9.8
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.merbivore.com/
|
|
COMMENT= Merb plugin for ruby-builder XML generation
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=0.9.8:../../www/merb-core
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.0.0:../../textproc/ruby-builder
|
|
|
|
CONFLICTS+= merb-builder-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|