freebsd-ports/devel/py-dogpile.core/Makefile
2013-11-10 11:46:18 +00:00

19 lines
386 B
Makefile

# Created by: William Grzybowski <william88@gmail.com>
# $FreeBSD$
PORTNAME= dogpile.core
PORTVERSION= 0.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Component of a larger caching solution
LICENSE= BSD
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>