blob: 4d2b3e524edea96c341c4b4f51c893a67554bcdf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= mulpyplexer
DISTVERSION= 0.09
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>
|