aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-htmltestcase/Makefile
blob: e59d51e766acaa25d2f7f5d19c1c0a5b5880879a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>