freebsd-ports/devel/py-clang/Makefile
Neal Nelson 6cb28f4ba9 devel/py-clang: Add new port
This is a stand-alone python library binding the libclang
functionality. Currently each llvm port installs it's own version, but
this is an option (albeit default) and it's installed in a
non-standard location. This port removes the dependency on the option
and the need to patch software that uses it to use the non-standard
location.

PR:		258199
2021-10-28 16:17:17 +09:00

15 lines
281 B
Makefile

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= autoplist distutils
.include <bsd.port.mk>