freebsd-ports/devel/patch/Makefile
Johan van Selst 5fb5a1af68 - Update to GNU patch 2.7.5
- Add CPE info, based on assignment in CVE-2015-1196
2015-03-09 20:09:16 +00:00

21 lines
377 B
Makefile

# Created by: ache
# $FreeBSD$
PORTNAME= patch
PORTVERSION= 2.7.5
CATEGORIES= devel
MASTER_SITES= GNU
MAINTAINER= johans@FreeBSD.org
COMMENT= GNU patch utility
LICENSE= GPLv3
USES= cpe charsetfix gmake tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-silent-rules
CPE_VENDOR= gnu
PLIST_FILES= bin/gpatch man/man1/gpatch.1.gz
.include <bsd.port.mk>