mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
3a18883882
Bump PORTREVISIONs for the affected ports. Exp-run by: antoine
22 lines
479 B
Makefile
22 lines
479 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= postgresql
|
|
PORTVERSION= 1.1.0
|
|
PORTREVISION= 3
|
|
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>
|