2001-08-16 12:53:11 +02:00
|
|
|
# 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}
|
|
|
|
|
2005-01-29 18:37:56 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Unit testing framework for Python
|
2001-08-16 12:53:11 +02:00
|
|
|
|
2001-08-16 17:03:03 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
|
|
|
|
|
2001-08-16 12:53:11 +02:00
|
|
|
USE_PYTHON= yes
|
2002-04-29 16:01:09 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
2001-08-16 12:53:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|