14 lines
332 B
Makefile
14 lines
332 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/12/15 12:07:04 wiz Exp $
|
|
|
|
DISTNAME= rouge-1.10.1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rouge.jneen.net/
|
|
COMMENT= Pure-ruby colorizer based on pygments
|
|
LICENSE= mit
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|