8724c999c1
- Fix pkg-plist - Add LICENSE - Pet portlint PR: ports/188605 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
20 lines
405 B
Makefile
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>
|