mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
19 lines
471 B
Makefile
19 lines
471 B
Makefile
PORTNAME= robotframework-pythonlibcore
|
|
PORTVERSION= 4.1.2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Tools to ease creating larger test libraries for Robot Framework using Python
|
|
WWW= https://github.com/robotframework/PythonLibCore
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USES= python:3.7+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|