21 lines
353 B
Makefile
21 lines
353 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|