freebsd-ports/textproc/icdiff/Makefile
Po-Chuan Hsieh ebdd143815
textproc/icdiff: Add LICENSE_FILE
- Remove flavors: not needed for an application
- Take maintainership
2021-05-26 20:54:28 +08:00

22 lines
385 B
Makefile

# Created by: Ben Woods <woodsb02@FreeBSD.org>
PORTNAME= icdiff
PORTVERSION= 2.0.0
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>