2013-09-20 19:13:42 +02:00
|
|
|
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
2012-09-08 08:23:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ScriptTest
|
|
|
|
PORTVERSION= 1.2
|
2014-03-06 15:07:46 +01:00
|
|
|
PORTREVISION= 1
|
2012-09-08 08:23:02 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
|
|
COMMENT= Helper to test command-line scripts
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2014-03-06 15:07:46 +01:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2012-09-08 08:23:02 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|