freebsd-ports/devel/py-coverage/Makefile
Li-Wen Hsu 0804275ef8 - Update to 3.2
Feature safe:	yes
2010-02-18 20:14:31 +00:00

21 lines
438 B
Makefile

# New ports collection makefile for: py-coverage
# Date created: Jun. 22, 2009
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= coverage
PORTVERSION= 3.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Code coverage measurement for Python
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>