1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/databases/py-pg8000/Makefile
Wen Heping 42465db618 - Update to 1.09
- Strict python version
- Update WWW
2012-05-02 03:23:30 +00:00

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>