freebsd-ports/databases/py-psycogreen/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

15 lines
368 B
Makefile

PORTNAME= psycogreen
PORTVERSION= 1.0
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= loic.blot@unix-experience.fr
COMMENT= Python library to enable psycopg2 to work with coroutine libraries
WWW= https://bitbucket.org/dvarrazzo/psycogreen
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>