ports/devel/py-patch-ng/Makefile
2025-02-09 18:59:05 -08:00

18 lines
351 B
Makefile

PORTNAME= patch-ng
DISTVERSION= 1.18.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library to parse and apply unified diffs
WWW= https://github.com/conan-io/python-patch-ng
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>