Prune devel/py-EnthoughtBase
[dports.git] / devel / py-dogpile.core / Makefile
1 # Created by: William Grzybowski <william88@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       dogpile.core
5 PORTVERSION=    0.4.1
6 PORTREVISION=   1
7 CATEGORIES=     devel python
8 MASTER_SITES=   CHEESESHOP
9 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11 MAINTAINER=     wg@FreeBSD.org
12 COMMENT=        Component of a larger caching solution
13
14 LICENSE=        BSD3CLAUSE
15
16 USES=           python
17 USE_PYTHON=     distutils autoplist
18
19 .include <bsd.port.mk>