forked from Lainports/opnsense-ports
20 lines
357 B
Makefile
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>
|