637dcf7a8b
Robot Framework 3.0 is a new major release with Python 3 support and a new powerful listener interface that allows modifying executed tests as well as execution results. Also start-up scripts have been enhanced and it is now possible to run tests with new robot command and like python -m robot. Changes: https://github.com/robotframework/robotframework/blob/master/doc/releasenotes/rf-3.0.rst PR: 205795 Submitted by: vladimir.chukharev@gmail.com (maintainer)
19 lines
369 B
Makefile
19 lines
369 B
Makefile
# Created by: Vladimir Chukharev
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= robotframework
|
|
PORTVERSION= 3.0
|
|
CATEGORIES= devel www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= Vladimir.Chukharev@gmail.com
|
|
COMMENT= Generic test automation framework
|
|
|
|
LICENSE= APACHE20
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|