77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
21 lines
495 B
Makefile
21 lines
495 B
Makefile
PORTNAME= fbmq
|
|
PORTVERSION= 2.5.0
|
|
CATEGORIES= net-im devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Python library for using the Facebook Messenger API
|
|
WWW= https://github.com/conbus/fbmq
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|