summaryrefslogtreecommitdiff
path: root/devel/rubygem-pygments.rb/Makefile
blob: 4c1d920b55ac4eeae310bb58a65ef293e59c53b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	pygments.rb
PORTVERSION=	4.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.*

.include <bsd.port.mk>