freebsd-ports/textproc/icdiff/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

21 lines
376 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:3.6+
USE_PYTHON= distutils autoplist concurrent optsuffix
USE_GITHUB= yes
GH_ACCOUNT= jeffkaufman
NO_ARCH= yes
.include <bsd.port.mk>