mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
74c529f942
- Update WWW Changes: https://github.com/psycopg/psycopg2/blob/master/NEWS
22 lines
525 B
Makefile
22 lines
525 B
Makefile
PORTNAME= psycopg2
|
|
PORTVERSION= 2.9.7
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= High performance Python adapter for PostgreSQL
|
|
WWW= https://www.psycopg.org/ \
|
|
https://github.com/psycopg/psycopg2
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/doc/COPYING.LESSER
|
|
|
|
USES= pgsql python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
post-install:
|
|
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
|
|
|
|
.include <bsd.port.mk>
|