(And take maintainership.) PR: ports/183084 Submitted by: mat Approved by: garga (maintainer)
20 lines
314 B
Makefile
20 lines
314 B
Makefile
# Created by: eivind
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cdiff
|
|
PORTVERSION= 0.9.3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= mat@FreeBSD.org
|
|
COMMENT= Diff readability enhancer for color terminals
|
|
|
|
USE_GITHUB=
|
|
GH_ACCOUNT= ymattw
|
|
GH_TAGNAME= 0.9.3
|
|
GH_COMMIT= 423551f
|
|
|
|
USE_PYTHON=
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|