blob: 151f5d58805c3c16f7ac8c1e8af9921c5a06eade (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= pg8000
PORTVERSION= 1.09
CATEGORIES= databases python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= A Pure-Python Interface to the PostgreSQL Database
USE_PYTHON= 2
USE_PYDISTUTILS=easy_install
NO_STAGE= yes
.include <bsd.port.mk>
|