ports/devel/py-unidiff/Makefile
Muhammad Moinur Rahman 5b3d594883
devel/py-unidiff: New port
Simple Python library to parse and interact with unified diff data.
2024-03-04 13:31:03 +01:00

19 lines
409 B
Makefile

PORTNAME= unidiff
DISTVERSION= 0.7.5
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Python library to parse and interact with unified diff data
WWW= https://github.com/matiasb/python-unidiff
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>