aboutsummaryrefslogtreecommitdiff
path: root/devel/py-testgears/Makefile
blob: 02404fda364488cff7d6845e1b536a36388fd3c8 (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:2.7
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>