ports/devel/py-coverage/Makefile
Li-Wen Hsu 29b1757cf8 - update to 3.5
- add license

PR:		ports/158729
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-07-08 10:38:56 +00:00

23 lines
452 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.5
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Code coverage measurement for Python
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>