0e09e11f76
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)
21 lines
423 B
Makefile
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>
|