summaryrefslogtreecommitdiff
path: root/devel/py-mulpyplexer/Makefile
blob: dfb841ab67e7f1ad8c163e3f4732a88bbf380bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>