Lines 11-16
Link Here
|
11 |
MAINTAINER= wenheping@gmail.com |
11 |
MAINTAINER= wenheping@gmail.com |
12 |
COMMENT= Simple Library to Allow Python Applications to Use CouchDB |
12 |
COMMENT= Simple Library to Allow Python Applications to Use CouchDB |
13 |
|
13 |
|
|
|
14 |
LICENSE= MIT |
15 |
|
14 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \ |
16 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \ |
15 |
${PYTHON_PKGNAMEPREFIX}py-restclient>0:${PORTSDIR}/www/py-py-restclient |
17 |
${PYTHON_PKGNAMEPREFIX}py-restclient>0:${PORTSDIR}/www/py-py-restclient |
16 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
18 |
RUN_DEPENDS:= ${BUILD_DEPENDS} |
Lines 19-23
Link Here
|
19 |
USE_PYDISTUTILS= easy_install |
21 |
USE_PYDISTUTILS= easy_install |
20 |
PYDISTUTILS_PKGNAME= py_${PORTNAME} |
22 |
PYDISTUTILS_PKGNAME= py_${PORTNAME} |
21 |
|
23 |
|
22 |
NO_STAGE= yes |
|
|
23 |
.include <bsd.port.mk> |
24 |
.include <bsd.port.mk> |