opnsense-ports/devel/py-patch/Makefile
Franco Fichtner 97e1154653 */*: sync with upstream
Taken from: HardenedBSD
2018-07-30 06:47:24 +02:00

20 lines
357 B
Makefile

# $FreeBSD$
PORTNAME= patch
DISTVERSION= 1.16
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd_ports@k-worx.org
COMMENT= Cross-platform alternative to the UNIX patch utility
LICENSE= MIT
USES= python zip
USE_PYTHON= distutils autoplist
NO_ARCH= yes
NO_WRKSUBDIR= yes
.include <bsd.port.mk>