aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-patiencediff/Makefile
blob: 67fcf894bfee66e0ae9474f6822591a7e04dc6d5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                            
                      
                               
                    



                                                               
                                                      

                      
                                 
 
                      
                                          

             
                                                                                           
 
                      
PORTNAME=	patiencediff
PORTVERSION=	0.2.12
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	fullermd@over-yonder.net
COMMENT=	Implementation of the "Patience Diff" algorithm
WWW=		https://pypi.org/project/patiencediff/

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

USES=		python
USE_PYTHON=	autoplist distutils pytest

post-install:
	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/patiencediff/_patiencediff_c*.so

.include <bsd.port.mk>