freebsd-ports/textproc/py-diff-match-patch/Makefile
Rene Ladan c2b7ef4eef textproc/py-diff-match-patch : update to 20181111
While here:
- update WWW to point to new homepage
- pet portlint

Reported by:	repology
2019-01-19 17:48:56 +00:00

26 lines
600 B
Makefile

# Created by: Rene Ladan <rene@FreeBSD.org>
# $FreeBSD$
PORTNAME= diff-match-patch
PORTVERSION= 20181111
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rene@FreeBSD.org
COMMENT= Algorithms for converting plain text
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python shebangfix
USE_PYTHON= autoplist distutils
python_OLD_CMD= /usr/bin/python[0-9\.]*
SHEBANG_FILES= diff_match_patch/*.py diff_match_patch/tests/*.py
NO_ARCH= yes
do-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>