2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Wen Heping <wenheping@gmail.com>
|
2008-07-18 22:42:50 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pg8000
|
2016-06-12 04:11:20 +02:00
|
|
|
PORTVERSION= 1.10.6
|
2008-07-18 22:42:50 +02:00
|
|
|
CATEGORIES= databases python
|
2014-04-15 09:16:52 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2008-07-18 22:42:50 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2010-06-09 10:43:17 +02:00
|
|
|
MAINTAINER= wen@FreeBSD.org
|
2014-04-15 09:16:52 +02:00
|
|
|
COMMENT= Pure-Python Interface to the PostgreSQL Database
|
2008-07-18 22:42:50 +02:00
|
|
|
|
2014-04-15 09:16:52 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2014-08-14 19:04:30 +02:00
|
|
|
USES= python:2
|
2016-03-06 01:34:03 +01:00
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2008-09-24 10:48:51 +02:00
|
|
|
|
2008-07-18 22:42:50 +02:00
|
|
|
.include <bsd.port.mk>
|