mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
c6356f367a
Approved by: miwi(mentor) Feature safe: yes
29 lines
712 B
Makefile
29 lines
712 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.07
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://pybrary.net/pg8000/dist/:source1 \
|
|
http://peak.telecommunity.com/dist/:source2
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz:source1 \
|
|
ez_setup.py:source2
|
|
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= A Pure-Python Interface to the PostgreSQL Database
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
post-extract:
|
|
@${CP} ${DISTDIR}/ez_setup.py ${WRKSRC}/ez_setup.py
|
|
|
|
.include <bsd.port.mk>
|