freebsd-ports/devel/py-robotframework/Makefile
Jason Unovitch 637dcf7a8b devel/py-robotframework: update 2.9.2 -> 3.0
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)
2016-01-03 02:52:45 +00:00

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>