aboutsummaryrefslogtreecommitdiff
path: root/databases/py-postgresql/Makefile
blob: 143300bfb6441c4de674fe13eaa243bca9f090c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

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>