freebsd-ports/devel/py-ScriptTest/Makefile
Nicola Vitale 96cd8d868c ScriptTest is a library to help you test your interactive command-line
applications.

With it you can easily run the command (in a subprocess) and see the
output (stdout, stderr) and any file modifications.

WWW: http://pythonpaste.org/scripttest/
2012-09-08 06:23:02 +00:00

23 lines
438 B
Makefile

# New ports collection makefile for: py-ScriptTest
# Date created: 2012-09-08
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ScriptTest
PORTVERSION= 1.2
#PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Helper to test command-line scripts
LICENSE= MIT
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>