mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
a08d127131
to CouchDB. WWW: http://code.google.com/p/couchdb-python/ PR: ports/155692 Submitted by: Andrei Antoukh <niwi@niwi.be>
24 lines
500 B
Makefile
24 lines
500 B
Makefile
# New ports collection makefile for: python-couchdb
|
|
# Date created: 2011-03-19
|
|
# Whom: Andrei Antoukh <niwi@niwi.be>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= CouchDB
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
DIST_SUBDIR= python
|
|
|
|
MAINTAINER= niwi@niwi.be
|
|
COMMENT= Simple Library to Allow Python Applications to Use CouchDB
|
|
|
|
USE_PYTHON= 2.6+
|
|
USE_PYDISTUTILS= yes
|
|
USE_PYTHON_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|