ports/textproc/icdiff/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>