1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/py-testgears/Makefile
Martin Wilke 7e781e40d4 - Stage support
- Convert to autoplist
- Bump PORTREVISION
2014-02-19 08:07:35 +00:00

20 lines
465 B
Makefile

# 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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST=yes
.include <bsd.port.mk>