mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
9f20cbebee
Update devel/py-pyudev to 0.22.0 Changelog: https://github.com/pyudev/pyudev/compare/v0.21.0...v0.22
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pyudev
|
|
PORTVERSION= 0.22.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>
|