freebsd-ports/www/py-htmltestcase/Makefile
Hye-Shik Chang 3098b5a3dd Add new port for py-htmltestcase 0.2.0,
HTML Unittest module for Python.

PR:		68308
Submitted by:	"Choe, Cheng-Dae" <whitekid@netian.com>
2004-06-25 08:58:59 +00:00

24 lines
650 B
Makefile

# Ports collection makefile for: py-htmltestcase
# Date created: 24 June 2004
# Whom: "Choe, Cheng-Dae" <whitekid@netian.com>
#
# $FreeBSD$
#
PORTNAME= htmltestcase
PORTVERSION= 0.2.0
CATEGORIES= www python
MASTER_SITES= http://chriscurvey.com:8080/curveyConsulting/HtmlUnit/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= HtmlTestCase-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A python html unit testing
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ClientCookie/__init__.py:${PORTSDIR}/devel/py-clientcookie\
${PYTHON_SITELIBDIR}/ClientForm.py:${PORTSDIR}/www/py-clientform
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>