51b81344cc
* Add LICENSE. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework.
14 lines
351 B
Makefile
14 lines
351 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/09/10 07:23:26 taca Exp $
|
|
|
|
DISTNAME= gem_plugin-0.2.3
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://mongrel.rubyforge.org/
|
|
COMMENT= Gem-based plugin system
|
|
LICENSE= gnu-gpl-v2 OR ruby-license
|
|
|
|
CONFLICTS+= ruby[1-9]*-gem_plugin-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|