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

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>