mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
19 lines
409 B
Makefile
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>
|