opnsense-ports/devel/py-robotframework-databaselibrary/Makefile
Franco Fichtner 5505c49780 */*: sync with upstream
Taken from: HardenedBSD
2018-06-21 08:02:46 +02:00

25 lines
552 B
Makefile

# Created by: Dan Langille
# $FreeBSD$
PORTNAME= robotframework-databaselibrary
PORTVERSION= 1.0.1
DISTVERSIONPREFIX= v
CATEGORIES= devel www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Utilities meant for Robot Frameworks usage
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2.7.5:devel/py-robotframework@${PY_FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= franz-see
GH_PROJECT= Robotframework-Database-Library
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>