pkgsrc/textproc/ruby-coderay/Makefile
taca fc9852e271 Update textproc/ruby-coderay to 0.9.4.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Enable HOMEPAGE.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes may be too many please refer http://coderay.rubychan.de/ for
detail.
2010-09-10 08:06:27 +00:00

14 lines
361 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/09/10 08:06:27 taca Exp $
DISTNAME= coderay-0.9.4
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://coderay.rubychan.de
COMMENT= Syntax highlighter for Ruby and other languages
LICENSE= gnu-lgpl-v2.1
CONFLICTS+= ruby[1-9][0-9]-coderay-*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"