mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
16 lines
346 B
Makefile
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>
|