1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/textproc/xxdiff-scripts/Makefile
Mikhail Teterin c72273af5b Upgrade from 4.0 to 4.0.1. According to the author's change-log,
this incorporates "various bug-fixes".

Notified by:	portscout
2016-05-16 14:03:15 +00:00

24 lines
452 B
Makefile

# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
PORTNAME= xxdiff
PORTVERSION= 4.0.1
CATEGORIES= textproc
MASTER_SITES= SF
PKGNAMESUFFIX= -scripts
MAINTAINER= ports@FreeBSD.org
COMMENT= Helper scripts for xxdiff
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= xxdiff:textproc/xxdiff
USES= python:2 tar:bzip2
USE_PYTHON= autoplist distutils
PYDISTUTILS_PKGNAME= xxdiff-scripts
NO_ARCH= yes
.include <bsd.port.mk>