freebsd-ports/devel/py-unit/Makefile
Mark Linimon e4a386db82 With portmgr hat on, reset bouncing maintainer address (already noted
by leeym in devel/p5-Test-Simple) without prejudice.
2005-01-29 17:37:56 +00:00

24 lines
554 B
Makefile

# New ports collection makefile for: py-unit
# Date created: Aug 16, 2001
# Whom: Shell Hung <shell@shellhung.org>
#
# $FreeBSD$
#
PORTNAME= unit
PORTVERSION= 1.4.1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pyunit
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyunit-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Unit testing framework for Python
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>