blob: 02abec89371657fc0dde0577f87e3a16bb5366c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= patch
DISTVERSION= 1.16
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Cross-platform alternative to the UNIX patch utility
WWW= https://github.com/techtonik/python-patch
LICENSE= MIT
USES= python zip
USE_PYTHON= distutils autoplist
NO_ARCH= yes
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
|