mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
18 lines
340 B
Makefile
18 lines
340 B
Makefile
PORTNAME= patch
|
|
DISTVERSION= 1.16
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Cross-platform alternative to the UNIX patch utility
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python:3.6+ zip
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include <bsd.port.mk>
|