SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
28
devel/py-robotframework/Makefile
Normal file
28
devel/py-robotframework/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
COMMENT = generic test automation framework for acceptance testing
|
||||
|
||||
MODPY_EGG_VERSION = 6.0.2
|
||||
|
||||
# We could use PyPI, but the test suite is not distributed via that means.
|
||||
GH_ACCOUNT = robotframework
|
||||
GH_PROJECT = robotframework
|
||||
GH_TAGNAME = v${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Apache
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR = python3
|
||||
|
||||
MODULES = lang/python
|
||||
MODPY_PYBUILD = setuptools
|
||||
TEST_DEPENDS = ${FULLPKGNAME}:${FULLPKGPATH}
|
||||
|
||||
# There is also a suite of acceptance tests, but they are *very* slow and
|
||||
# it asks the user to type things and click stuff.
|
||||
do-test:
|
||||
cd ${WRKSRC}/utest && ${MODPY_BIN} run.py
|
||||
|
||||
.include <bsd.port.mk>
|
Loading…
Add table
Add a link
Reference in a new issue