freebsd-ports/devel/py-testoob/Makefile
Philippe Audeoud 67ebfd2ce6 - Update to 1.15
PR:		ports/151751
Submitted by:	Sofian Brabez <sbrabez AT gmail.com>
2010-10-26 14:29:15 +00:00

40 lines
953 B
Makefile

# New ports collection makefile for: testoob
# Date created: Sun Oct 29 18:28:14 CET 2006
# Whom: Tobias Roth <ports@fsck.ch>
#
# $FreeBSD$
#
PORTNAME= testoob
PORTVERSION= 1.15
CATEGORIES= devel python
MASTER_SITES= SF \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Testoob is an advanced unit testing framework for PyUnit
OPTIONS= TWISTED "enable running in threads" off \
HTML "enable HTML output" off
# bypass infrastructure bug (taken from www/py-django)
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= ${PORTNAME}
PYDISTUTILS_PKGVERSION= ${PORTVERSION}
PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.pre.mk>
.if defined(WITH_TWISTED)
USE_TWISTED= yes
.endif
.if defined(WITH_HTML)
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Ft/Xml/__init__.py:${PORTSDIR}/textproc/py-4suite-xml
.endif
.include <bsd.port.post.mk>