blob: 6c6107f365d2a1f1eb2be79857ff4bd2c3d94f19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= xxdiff
CATEGORIES= textproc
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -scripts
MAINTAINER= fuz@FreeBSD.org
COMMENT= Helper scripts for xxdiff
WWW= http://furius.ca/xxdiff/doc/xxdiff-scripts.html
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= xxdiff:textproc/xxdiff
USES= python
USE_PYTHON= autoplist distutils
PYDISTUTILS_PKGNAME= xxdiff-scripts
MASTERDIR= ${.CURDIR}/../xxdiff
.include "${MASTERDIR}/Makefile.master"
|