1PORTNAME= postgresql 2PORTVERSION= 1.1.0 3PORTREVISION= 3 4CATEGORIES= databases python 5MASTER_SITES= PYPI \ 6 http://python.projects.postgresql.org/files/ 7PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 8DISTNAME= py-${PORTNAME}-${PORTVERSION} 9DIST_SUBDIR= postgresql 10 11MAINTAINER= ports@MidnightBSD.org 12COMMENT= Python 3 compatible PostgreSQL database driver and tools 13WWW= http://python.projects.postgresql.org/ 14 15LICENSE= bsd3 16 17USES= pgsql python:3.3+ zip 18USE_PYTHON= distutils autoplist 19 20.include <bsd.port.mk> 21