freebsd-ports/devel/py-libvirt/Makefile
2022-01-30 08:12:04 +04:00

28 lines
730 B
Makefile

# Created by: Jason Helfman <jgh@FreeBSD.org>
PORTNAME= libvirt
PORTVERSION= 8.0.0
CATEGORIES= devel
MASTER_SITES= http://libvirt.org/sources/python/ \
ftp://libvirt.org/libvirt/python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-python-${PORTVERSION}
MAINTAINER= novel@FreeBSD.org
COMMENT= Python bindings for Libvirt virtualization API
LICENSE= GPLv2
LIB_DEPENDS= libvirt.so:devel/libvirt
USES= cpe pkgconfig python:3.6+ shebangfix
CPE_VENDOR= redhat
SHEBANG_FILES= generator.py sanitytest.py setup.py
USE_PYTHON= distutils autoplist
post-install:
.for lib in libvirtmod libvirtmod_qemu libvirtmod_lxc
@${STRIP_CMD} ${STAGEDIR}${PYTHON_LIBDIR}/site-packages/${lib}*.so
.endfor
.include <bsd.port.mk>