Prune devel/py-EnthoughtBase
[dports.git] / devel / py-dogpile.cache / Makefile
1 # Created by: William Grzybowski <william88@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       dogpile.cache
5 PORTVERSION=    0.5.4
6 CATEGORIES=     devel python
7 MASTER_SITES=   CHEESESHOP
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9
10 MAINTAINER=     wg@FreeBSD.org
11 COMMENT=        Caching front-end based on the Dogpile lock
12
13 LICENSE=        BSD3CLAUSE
14
15 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}dogpile.core>0:${PORTSDIR}/devel/py-dogpile.core \
16                 ${PYTHON_PKGNAMEPREFIX}gdbm>0:${PORTSDIR}/databases/py-gdbm
17
18 USES=           python
19 USE_PYTHON=     distutils autoplist
20
21 .include <bsd.port.mk>