1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/py-dogpile.core/Makefile
2013-11-10 11:46:18 +00:00

20 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>