summaryrefslogtreecommitdiff
path: root/textproc/py-merge3/Makefile
blob: cd1b05515e2c6bf9bc0d61ad5ae559583e895c21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	merge3
PORTVERSION=	0.0.13
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	fullermd@over-yonder.net
COMMENT=	3-way merge implementation
WWW=		https://github.com/breezy-team/merge3

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		python:3.7+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>