mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
21 lines
448 B
Makefile
21 lines
448 B
Makefile
PORTNAME= pygments.rb
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby wrapper for Pygments syntax highlighter
|
|
WWW= https://github.com/pygments/pygments.rb
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem python:env shebangfix
|
|
|
|
NO_ARCH= yes
|
|
|
|
SHEBANG_FILES= vendor/pygments-main/bin/pygmentize \
|
|
lib/pygments/mentos.py
|
|
python_OLD_CMD= /usr/bin/python3.11
|
|
|
|
.include <bsd.port.mk>
|