freebsd-ports/devel/py-pyudev/Makefile
Niclas Zeising 7dfa18001b Add new port: devel/py-pyudev
Add new port devel/py-pyudev, python bindnings to libudev.
This is needed for updated libinput

More info here: https://pyudev.readthedocs.io/en/latest/
Obtained from:  https://github.com/myfreeweb/freebsd-ports-dank/tree/master/devel/py-pyudev

PR:		222905 (based on)
Submitted by:	wulf, Greg V
Obtained from:	FreeBSD Graphics Team development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
2018-12-19 15:34:27 +00:00

22 lines
447 B
Makefile

# $FreeBSD$
PORTNAME= pyudev
PORTVERSION= 0.21.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= x11@FreeBSD.org
COMMENT= Pure Python libudev binding
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libudev.so:devel/libudev-devd
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>