d3020eab78
devel/py-adb stays on the old version due to google/python-adb#36 Changes: https://pypi.python.org/pypi/libusb1#id60
23 lines
436 B
Makefile
23 lines
436 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libusb1
|
|
PORTVERSION?= 1.6.4
|
|
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>
|