freebsd-ports/devel/py-testgears/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

22 lines
546 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://nivi.interfree.it/distfiles/${PORTNAME}/ \
http://www.turbogears.org/download/eggs/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Python module to run tests written as simple functions
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
.include <bsd.port.mk>