freebsd-ports/textproc/icdiff/Makefile
Antoine Brodin 63f5eeef8a Bump a few PORTREVISIONs after r498529
With hat:	portmgr
2019-04-10 06:18:31 +00:00

19 lines
343 B
Makefile

# Created by: Ben Woods <woodsb02@FreeBSD.org>
# $FreeBSD$
PORTNAME= icdiff
PORTVERSION= 1.9.1
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= CHEESESHOP
MAINTAINER= woodsb02@FreeBSD.org
COMMENT= Improved colored diff
LICENSE= PSFL
USES= python
USE_PYTHON= distutils autoplist concurrent optsuffix
NO_ARCH= yes
.include <bsd.port.mk>