blob: 2f197005fb90942da8bb6cee8b0fb32345777f3e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= types_pygments
DISTVERSION= 2.19.0.20250305
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Typing stubs for Pygments
WWW= https://github.com/python/typeshed
LICENSE= APACHE20
USES= python
USE_PYTHON= distutils
NO_ARCH= yes
PLIST_SUB= VER=${PORTVERSION}
.include <bsd.port.mk>
|