blob: 143b1ec723035f71a059ea96a2a5db563a09b4f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= mulpyplexer
DISTVERSION= 0.09
PORTREVISION= 1
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
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|