mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
22 lines
385 B
Makefile
22 lines
385 B
Makefile
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
|
|
|
PORTNAME= icdiff
|
|
PORTVERSION= 2.0.4
|
|
DISTVERSIONPREFIX= release-
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Improved colored diff
|
|
|
|
LICENSE= PSFL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist distutils noflavors
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jeffkaufman
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|