1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/py-testgears/Makefile
Pav Lucistnik 24f6b29c77 TestGears provides automatic discovery of unittest.TestCases and
the ability to run tests that are written as simple functions.
It generates a standard unittest.TestSuite for use with any of
the standard frontends, and provides a distutils command to run
tests with zero configuration.

PR:		ports/91689
Submitted by:	Nicola Vitale <nivit@email.it>
2006-01-14 17:31:55 +00:00

30 lines
712 B
Makefile

# 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
MASTER_SITES= http://www.turbogears.org/download/eggs/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= nivit@email.it
COMMENT= Python module to run tests written as simple functions
BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
# need to remove the egg
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
SUB_FILES= pkg-deinstall
SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \
EGG="${PORTNAME}==${PORTVERSION}"
.include <bsd.port.mk>