summaryrefslogtreecommitdiff
path: root/devel/py-mulpyplexer/Makefile
blob: 6f5f02c46a0691a852d5f66bfcd0a2bd2f3699ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

PORTNAME=	mulpyplexer
DISTVERSION=	0.08
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	0mp@FreeBSD.org
COMMENT=	Module that multiplexes interactions with lists of Python objects

LICENSE=	BSD2CLAUSE
# License file available here: https://github.com/zardus/mulpyplexer

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

NO_ARCH=	yes

.include <bsd.port.mk>