mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
18 lines
351 B
Makefile
18 lines
351 B
Makefile
PORTNAME= patch-ng
|
|
DISTVERSION= 1.18.0
|
|
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>
|