mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
Pygments 2.9.0 (XStatic packaging standard) Pygments’ builtin CSS packaged for setuptools (easy_install)/pip. This package is intended to be used by any project that needs these files. It intentionally does not provide any extra code except some metadata nor has any extra requirements. You MAY use some minimal support code from the XStatic base package, if you like. WWW: https://pygments.org/
23 lines
489 B
Makefile
23 lines
489 B
Makefile
PORTNAME= xstatic-pygments
|
|
DISTVERSION= 2.9.0.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= XStatic-Pygments-${DISTVERSION}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Pygments 2.9.0 (XStatic packaging standard)
|
|
WWW= https://pygments.org/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|xs.PACKAGE_NAME|'xstatic-pygments'|g" \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|