2009-02-09 17:54:34 +01:00
|
|
|
# New ports collection makefile for: simplecouchdb
|
|
|
|
# Date created: 2009-02-02
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= simplecouchdb
|
2009-03-26 16:01:29 +01:00
|
|
|
PORTVERSION= 0.9.26
|
2009-02-09 17:54:34 +01:00
|
|
|
CATEGORIES= databases python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= py-${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
2011-01-19 15:42:39 +01:00
|
|
|
COMMENT= Simple Library to Allow Python Applications to Use CouchDB
|
2009-02-09 17:54:34 +01:00
|
|
|
|
2009-03-26 16:01:29 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}py-restclient>0:${PORTSDIR}/www/py-py-restclient
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-02-09 17:54:34 +01:00
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= py_${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|