mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
22 lines
371 B
Makefile
22 lines
371 B
Makefile
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= icdiff
|
|
PORTVERSION= 1.9.5
|
|
DISTVERSIONPREFIX= release-
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= woodsb02@FreeBSD.org
|
|
COMMENT= Improved colored diff
|
|
|
|
LICENSE= PSFL
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist concurrent optsuffix
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jeffkaufman
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|