1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/databases/py-PyGreSQL/Makefile

35 lines
843 B
Makefile

# Ports collection Makefile for: PyGreSQL
# Version required: 2.3
# Date created: 2/22/1999
# Whom: nectar@FreeBSD.ORG
#
# $Id: Makefile,v 1.12 1999/03/12 15:16:59 scrappy Exp $
#
DISTNAME= PyGreSQL-2.3
PKGNAME= py-PyGreSQL-2.3
CATEGORIES= databases
MASTER_SITES= ftp://ftp.druid.net/pub/distrib/
EXTRACT_SUFX= .tgz
MAINTAINER= nectar@FreeBSD.ORG
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
RUN_DEPENDS= python:${PORTSDIR}/lang/python
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql
WWW_SITE= http://www.druid.net/pygresql
MAKE_ENV= PYTHON=${PREFIX}/bin/python \
LN="${LN}" SETENV="${SETENV}" MKDIR="${MKDIR}"
CHOWN?= chown
CHMOD?= chmod
pre-build:
${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.PyGreSQL
.include <bsd.port.mk>