mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
18 lines
306 B
Makefile
18 lines
306 B
Makefile
# Created by: Ben Woods <woodsb02@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= icdiff
|
|
PORTVERSION= 1.8.5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= woodsb02@FreeBSD.org
|
|
COMMENT= Improved colored diff
|
|
|
|
LICENSE= PSFL
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|