aboutsummaryrefslogtreecommitdiff
path: root/x11/py-i3ipc/Makefile
blob: 4e9f55c7fdf5f14cfe2e20e6c9952a413ad1311d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	i3ipc
PORTVERSION=	2.2.1
CATEGORIES=	x11 python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	jbeich@FreeBSD.org
COMMENT=	Improved Python library to control i3wm and sway

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xlib>0:x11-toolkits/py-xlib@${PY_FLAVOR}

NO_ARCH=	yes
USES=		python:3.4+
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>