aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-merge3/Makefile
blob: a4f6421a5f3472674ebbe4df450c91aaf1638d19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	merge3
PORTVERSION=	0.0.13
PORTREVISION=	1
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
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>