freebsd-ports/textproc/icdiff/Makefile

22 lines
376 B
Makefile
Raw Normal View History

# Created by: Ben Woods <woodsb02@FreeBSD.org>
# $FreeBSD$
PORTNAME= icdiff
2019-12-07 01:44:33 +01:00
PORTVERSION= 1.9.5
DISTVERSIONPREFIX= release-
CATEGORIES= textproc
MAINTAINER= woodsb02@FreeBSD.org
COMMENT= Improved colored diff
LICENSE= PSFL
USES= python:3.6+
USE_PYTHON= distutils autoplist concurrent optsuffix
USE_GITHUB= yes
GH_ACCOUNT= jeffkaufman
NO_ARCH= yes
.include <bsd.port.mk>