First commit
This commit is contained in:
22
Makefile
Normal file
22
Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: <johan@nosd.in>
|
||||
# $FreeBSD: head/devel/py-huey/Makefile 542200 2020-12-13 20:26:28Z johan $
|
||||
|
||||
PORTNAME= huey
|
||||
PORTVERSION= 2.2.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= johan@nosd.in
|
||||
COMMENT= A lightweight asynchronous task queue
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
Reference in New Issue
Block a user