mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
22 lines
604 B
Makefile
22 lines
604 B
Makefile
PORTNAME= libusb1
|
|
PORTVERSION= 3.2.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Pure-python wrapper for libusb-1.0
|
|
WWW= https://github.com/vpelletier/python-libusb1
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyinstaller>=0:devel/py-pyinstaller@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517 unittest
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|