b1096882d1
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Add CONFLICTS since it will install the same name commands both ruby18 and ruby19 based packages. Changes are unknown.
16 lines
405 B
Makefile
16 lines
405 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/09/10 08:22:12 taca Exp $
|
|
|
|
DISTNAME= maruku-0.6.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://maruku.rubyforge.org/
|
|
COMMENT= Markdown-superset interpreter
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-syntax>=1.0.0:../../textproc/ruby-syntax
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-maruku-*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|