freebsd-ports/devel/py-robotframework/Makefile
Kai Knoblich 0e09e11f76 devel/py-robotframework: Update to 3.1.2
While I'm here:
* Add location to license file
* Also add USE_PYTHON=concurrent because the package installs two scripts

Changelog:

https://github.com/robotframework/robotframework/releases/tag/v3.1.2

PR:		238245
Submitted by:	vladimir.chukharev@gmail.com (maintainer)
2019-06-06 06:15:00 +00:00

21 lines
423 B
Makefile

# Created by: Vladimir Chukharev
# $FreeBSD$
PORTNAME= robotframework
PORTVERSION= 3.1.2
CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= Vladimir.Chukharev@gmail.com
COMMENT= Generic test automation framework
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python zip
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>