Files
ports/devel/py-mulpyplexer/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

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>