mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
Changes: https://github.com/vpelletier/python-libusb1/compare/1.7...1.7.1 Reported by: Repology
23 lines
436 B
Makefile
23 lines
436 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libusb1
|
|
PORTVERSION?= 1.7.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
COMMENT= Pure-python wrapper for libusb-1.0
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
CONFLICTS_INSTALL?= ${PKGNAMEPREFIX}${PORTNAME}15
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
do-test:
|
|
@${PYTHON_CMD} -m unittest discover -vs ${TEST_WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|