forked from Lainports/freebsd-ports
19 lines
399 B
Makefile
19 lines
399 B
Makefile
# Created by: Andrei Antoukh <niwi@niwi.be>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= CouchDB
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|