aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/cdiff/Makefile
blob: 0c7e52084563ab524a537472a9f9f3ca18172c12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: eivind
# $FreeBSD$

PORTNAME=   cdiff
PORTVERSION=    0.9.3
PORTREVISION=   1
PORTEPOCH=  1
CATEGORIES= textproc

MAINTAINER= mat@FreeBSD.org
COMMENT=    Diff readability enhancer for color terminals

USE_GITHUB=
GH_ACCOUNT= ymattw
GH_TAGNAME= ${GH_COMMIT}
GH_COMMIT=  f85a5e2

USE_PYTHON=
USE_PYDISTUTILS=
PYDISTUTILS_AUTOPLIST=

.include <bsd.port.mk>