mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
42465db618
- Strict python version - Update WWW
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# New ports collection makefile for: py-pg8000
|
|
# Date created: 2008-07-16
|
|
# Whom: 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.7
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
.include <bsd.port.mk>
|