aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-junit-xml/Makefile
blob: 2a60897af7a70eda0df06d314bb329f54ae54f55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

PORTNAME=	junit-xml
PORTVERSION=	1.6
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Creates JUnit XML documents used by tools such as Jenkins

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>