freebsd-ports/databases/py-psycogreen/Makefile
Wen Heping 928c4f6829 The psycogreen package enables psycopg2 to work with coroutine libraries,
using asynchronous calls internally but offering a blocking interface so
that regular code can run unmodified.

WWW: https://bitbucket.org/dvarrazzo/psycogreen

PR:		199067
Submitted by:	loic.blot@unix-experience.fr
2015-05-07 01:21:18 +00:00

15 lines
333 B
Makefile

# $FreeBSD$
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>