14 lines
370 B
Makefile
14 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/04/06 12:08:40 rodent Exp $
|
|
|
|
DISTNAME= coderay-1.0.9
|
|
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-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|