opnsense-ports/devel/py-iterable-io/Makefile
Franco Fichtner dc8ceb4a03 */*: sync with upstream
Taken from: FreeBSD
2024-09-20 09:22:36 +02:00

16 lines
347 B
Makefile

PORTNAME= iterable-io
DISTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= njt@ayvali.org
COMMENT= Adapter to read from iterable objects like file objects
WWW= https://github.com/pR0Ps/iterable-io
LICENSE= LGPL3
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>