mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
24 lines
505 B
Makefile
24 lines
505 B
Makefile
PORTNAME= xstatic-pygments
|
|
DISTVERSION= 2.9.0.1
|
|
PORTREVISION= 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>
|