blob: 56e5091735e7ea2f825e00557e2747ec1f625088 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= diff-match-patch
PORTVERSION= 20200713
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Algorithms for converting plain text
WWW= https://github.com/diff-match-patch-python/diff-match-patch
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+ shebangfix
USE_PYTHON= autoplist concurrent distutils unittest
NO_ARCH= yes
python_OLD_CMD= /usr/bin/python[0-9\.]*
SHEBANG_GLOB= *.py
.include <bsd.port.mk>
|