2014-07-21 22:36:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= junit-xml
|
2015-12-07 19:39:03 +01:00
|
|
|
PORTVERSION= 1.6
|
2014-07-21 22:51:34 +02:00
|
|
|
CATEGORIES= textproc python
|
2014-07-21 22:36:56 +02:00
|
|
|
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
|
|
|
|
|
2014-12-07 11:01:36 +01:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
2014-07-21 22:36:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|