pkgsrc/www/ruby-pygments.rb/Makefile
gutteridge 62a9e4f8e1 ruby-pygments.rb: update some metadata (NFC)
Update description and home page, per request from the current
 upstream developer of this package. Addresses a PR submitted as
 https://github.com/NetBSD/pkgsrc/pull/88. While here, address a
 pkglint warning that it's associated with the wrong category.
2021-09-19 18:52:44 +00:00

15 lines
413 B
Makefile

# $NetBSD: Makefile,v 1.24 2021/09/19 18:52:44 gutteridge Exp $
DISTNAME= pygments.rb-2.2.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/pygments/pygments.rb
COMMENT= Ruby wrapper for Pygments syntax highlighter
LICENSE= mit
REPLACE_PYTHON= lib/pygments/mentos.py
.include "../../lang/ruby/gem.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"