freebsd-ports/devel/py-trace2html/Makefile
Martin Wilke 7e781e40d4 - Stage support
- Convert to autoplist
- Bump PORTREVISION
2014-02-19 08:07:35 +00:00

20 lines
388 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= trace2html
PORTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= HTML coverage report generator for trace.py
LICENSE= GPLv2
USE_PYTHON= 2
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>