freebsd-ports/textproc/py-junit-xml/Makefile

19 lines
364 B
Makefile
Raw Normal View History

# $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
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>