opnsense-ports/databases/py-postgresql/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

20 lines
467 B
Makefile

PORTNAME= postgresql
PORTVERSION= 1.1.0
PORTREVISION= 5
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP \
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
LICENSE= BSD3CLAUSE
USES= zip pgsql python:3.3+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>