aa7a6c429e
With hat: portmgr
21 lines
426 B
Makefile
21 lines
426 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|