mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
18 lines
360 B
Makefile
18 lines
360 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
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|