ports/devel/py-clang/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

16 lines
346 B
Makefile

PORTNAME= clang
DISTVERSION= 11.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@nicandneal.net
COMMENT= Python bindings for libclang
WWW= https://github.com/llvm-mirror/clang/tree/master/bindings/python
LICENSE= NCSA
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>