mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
26 lines
593 B
Makefile
26 lines
593 B
Makefile
# Created by: Mirko Zinn <mail@derzinn.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mongoengine
|
|
PORTVERSION= 0.8.6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Object-Document-Mapper for working with MongoDB
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= pymongo>=2.5:${PORTSDIR}/databases/pymongo
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|classifiers=CLASSIFIERS,|classifiers=CLASSIFIERS,zip_safe=False,|' \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|