29b0f94c60
PR: 133082 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
26 lines
708 B
Makefile
26 lines
708 B
Makefile
# New ports collection makefile for: simplecouchdb
|
|
# Date created: 2009-02-02
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= simplecouchdb
|
|
PORTVERSION= 0.9.26
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= py-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Simple Librairy to Allow Python Applicationto Use CouchDB
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \
|
|
${PYTHON_PKGNAMEPREFIX}py-restclient>0:${PORTSDIR}/www/py-py-restclient
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= py_${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|