forked from Lainports/freebsd-ports
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/
23 lines
438 B
Makefile
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>
|