2006-01-14 18:31:55 +01:00
|
|
|
# New ports collection makefile for: py-TestGears
|
|
|
|
# Date created: 2006-01-11
|
|
|
|
# Whom: Nicola Vitale <nivit@email.it>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= TestGears
|
|
|
|
PORTVERSION= 0.2
|
|
|
|
CATEGORIES= devel python
|
2006-11-25 11:15:50 +01:00
|
|
|
MASTER_SITES= http://nivi.interfree.it/distfiles/${PORTNAME}/ \
|
|
|
|
http://www.turbogears.org/download/eggs/
|
2006-01-14 18:31:55 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2006-12-10 02:21:51 +01:00
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
2006-01-14 18:31:55 +01:00
|
|
|
COMMENT= Python module to run tests written as simple functions
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2007-07-30 11:42:28 +02:00
|
|
|
USE_PYDISTUTILS=easy_install
|
2006-01-14 18:31:55 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|