freebsd-ports/databases/py-couchdb/Makefile
Steve Wills 8724c999c1 - Stage
- Fix pkg-plist
- Add LICENSE
- Pet portlint

PR:		ports/188605
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-15 15:13:59 +00:00

20 lines
405 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
LICENSE= BSD3CLAUSE
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
.include <bsd.port.mk>