aboutsummaryrefslogtreecommitdiff
path: root/devel/py-testgears/Makefile
blob: a4faffa3bb040a59d78f7bed788cedc780bf7c7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Nicola Vitale	<nivit@email.it>
# $FreeBSD$

PORTNAME=	TestGears
PORTVERSION=	0.2
PORTREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	http://nivi.interfree.it/distfiles/${PORTNAME}/ \
		http://www.turbogears.org/download/eggs/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	nivit@FreeBSD.org
COMMENT=	Python module to run tests written as simple functions

USES=		python
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>