freebsd-ports/databases/py-psycogreen/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

13 lines
325 B
Makefile

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