freebsd-ports/devel/py-minimongo/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

20 lines
452 B
Makefile

# Created by: Mirko Zinn <mail@derzinn.de>
# $FreeBSD$
PORTNAME= minimongo
PORTVERSION= 0.2.7
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://files.derzinn.de/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mail@derzinn.de
COMMENT= Minimal database Model management for MongoDB
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=1.9:databases/pymongo
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>