freebsd-ports/databases/py-postgresql/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

20 lines
505 B
Makefile

PORTNAME= postgresql
PORTVERSION= 1.1.0
PORTREVISION= 5
CATEGORIES= databases python
MASTER_SITES= PYPI \
http://python.projects.postgresql.org/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= postgresql
MAINTAINER= c.kworr@gmail.com
COMMENT= Python 3 compatible PostgreSQL database driver and tools
WWW= http://python.projects.postgresql.org/
LICENSE= BSD3CLAUSE
USES= zip pgsql python:3.3+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>