opnsense-ports/textproc/xxdiff-scripts/Makefile
Franco Fichtner 521192fe70 */*: sync with upstream
Taken from: FreeBSD
2016-05-17 07:49:43 +02:00

23 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>