freebsd-ports/devel/py-trace2html/Makefile
Li-Wen Hsu 9566807198 - do not directly depend on setuptools, use USE_DISTUTILS instead
- no PORTREVISION bump is needed, because it already had run/build dependency
- trim Makefile header
- add license (GPLv2)
- limit python version to 2.x only
- move pkg-plist contents into Makefile:PLIST_FILES
- tab -> space change in pkg-descr:WWW

PR:		173232
Submitted by:	rm

Feature safe:	yes
2012-10-31 10:15:44 +00:00

21 lines
437 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= trace2html
PORTVERSION= 0.2.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.7
USE_PYDISTUTILS= easy_install
PLIST_FILES= bin/trace2html.py \
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>