freebsd-ports/textproc/py-diff-match-patch/Makefile
Sunpoet Po-Chuan Hsieh 07943dfe91 Update WWW
- Take maintainership
2020-01-18 19:02:05 +00:00

27 lines
563 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= sunpoet@FreeBSD.org
COMMENT= Algorithms for converting plain text
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python shebangfix
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
python_OLD_CMD= /usr/bin/python[0-9\.]*
SHEBANG_GLOB= *.py
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>