freebsd-ports/www/py-webunit/Makefile
Cheng-Lung Sung dd52604909 Add py-webunit 1.3.8, unit test your websites with code that acts like a
web browser.

PR:		ports/109777
Submitted by:	Li-Wen Hsu <lwhsu at lwhsu.org>
2007-03-03 17:34:01 +00:00

28 lines
680 B
Makefile

# New ports collection makefile for: py-webunit
# Date created: Mar. 03, 2007
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= webunit
PORTVERSION= 1.3.8
CATEGORIES= www python
MASTER_SITES= http://mechanicalcat.net/tech/webunit/ \
http://funkload.nuxeo.org/3dparty/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@lwhsu.org
COMMENT= Unit test your websites with code that acts like a web browser
USE_PYTHON= yes
USE_PYDISTUTILS= yes
EXAMPLESDIR= ${TARGETDIR}/share/examples/py-${PORTNAME}
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/run_tests ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/demo ${EXAMPLESDIR}
.include <bsd.port.mk>