2017-02-06 22:12:38 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cmdtest
|
2017-04-17 19:50:04 +02:00
|
|
|
PORTVERSION= 0.29
|
2018-02-19 12:10:43 +01:00
|
|
|
PORTREVISION= 1
|
2017-02-06 22:12:38 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://git.liw.fi/cgi-bin/cgit/cgit.cgi/cmdtest/snapshot/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
|
|
COMMENT= Black box testing of Unix programs
|
|
|
|
|
|
|
|
LICENSE= GPLv3
|
|
|
|
LICENSE_FILES= ${WRKSRC}/COPYING
|
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}cliapp>0:devel/py-cliapp@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}ttystatus>0:devel/py-ttystatus@${FLAVOR}
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}cliapp>0:devel/py-cliapp@${FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}ttystatus>0:devel/py-ttystatus@${FLAVOR}
|
2017-02-06 22:12:38 +01:00
|
|
|
|
2018-02-19 12:10:43 +01:00
|
|
|
USES= python:2.7
|
2017-02-06 22:12:38 +01:00
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s,python,${PYTHON_CMD},g" ${WRKSRC}/setup.py
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|