View | Details | Raw Unified | Return to bug 194656
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	postgresql
3
PORTNAME=	postgresql
4
PORTVERSION=	1.1.0
4
PORTVERSION=	1.1.0
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	databases python
6
CATEGORIES=	databases python
7
MASTER_SITES=	CHEESESHOP \
7
MASTER_SITES=	CHEESESHOP \
8
		http://python.projects.postgresql.org/files/
8
		http://python.projects.postgresql.org/files/
Lines 15-21 Link Here
15
15
16
LICENSE=	BSD3CLAUSE
16
LICENSE=	BSD3CLAUSE
17
17
18
USES=			zip pgsql python:3
18
USES=			zip pgsql python:3.3+
19
USE_PYTHON=	distutils autoplist
19
USE_PYTHON=	distutils autoplist
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>

Return to bug 194656