aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-whatthepatch/Makefile
blob: 60c91b0f9bd519ebfcab5d284c74c21830ae38ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	whatthepatch
PORTVERSION=	1.0.2
PORTREVISION=	1
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	rhurlin@FreeBSD.org
COMMENT=	Library for both parsing and applying patch files
WWW=		https://github.com/cscorley/whatthepatch

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

# make test: 1 failed, 48 passed
USES=		python
USE_PYTHON=	concurrent distutils autoplist pytest

NO_ARCH=	yes

.include <bsd.port.mk>