aboutsummaryrefslogtreecommitdiff
path: root/devel/py-mulpyplexer/Makefile
blob: 2c9a59933424cd363247f89ce4336b5287c1a275 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	mulpyplexer
DISTVERSION=	0.09
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	0mp@FreeBSD.org
COMMENT=	Module that multiplexes interactions with lists of Python objects
WWW=		https://pypi.org/project/mulpyplexer/

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>