freebsd-ports/databases/py-couchdb/Makefile
Bryan Drewery 098817c9ea - Remove default DISTNAME
PR:		ports/165609
Submitted by:	pgollucci (March 2012)
With hat:	portmgr
2013-09-30 14:23:02 +00:00

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>