freebsd-ports/textproc/icdiff/Makefile
2023-08-26 17:27:14 +08:00

22 lines
410 B
Makefile

PORTNAME= icdiff
PORTVERSION= 2.0.7
DISTVERSIONPREFIX= release-
CATEGORIES= textproc
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Improved colored diff
WWW= https://www.jefftk.com/icdiff \
https://github.com/jeffkaufman/icdiff
LICENSE= PSFL
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils noflavors
USE_GITHUB= yes
GH_ACCOUNT= jeffkaufman
NO_ARCH= yes
.include <bsd.port.mk>