diff --git a/devel/py-clang/Makefile b/devel/py-clang/Makefile new file mode 100644 index 000000000000..82ff0e714c71 --- /dev/null +++ b/devel/py-clang/Makefile @@ -0,0 +1,15 @@ +PORTNAME= clang +DISTVERSION= 11.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@nicandneal.net +COMMENT= Python bindings for libclang + +LICENSE= NCSA + +USES= python +USE_PYTHON= distutils autoplist + +.include diff --git a/devel/py-clang/distinfo b/devel/py-clang/distinfo new file mode 100644 index 000000000000..707a9cce5eeb --- /dev/null +++ b/devel/py-clang/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1630510923 +SHA256 (clang-11.0.tar.gz) = f838e6475b1fe5c91efb97e80ae19420c39483fd5aa7ef10f03ffb51edc6f8c5 +SIZE (clang-11.0.tar.gz) = 30948 diff --git a/devel/py-clang/pkg-descr b/devel/py-clang/pkg-descr new file mode 100644 index 000000000000..952d8914f049 --- /dev/null +++ b/devel/py-clang/pkg-descr @@ -0,0 +1,3 @@ +This is the python bindings subdir of llvm clang repository. + +WWW: https://github.com/llvm-mirror/clang/tree/master/bindings/python