freebsd-ports/devel/py-dogpile.cache/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

21 lines
499 B
Makefile

# Created by: William Grzybowski <william88@gmail.com>
# $FreeBSD$
PORTNAME= dogpile.cache
PORTVERSION= 0.5.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Caching front-end based on the Dogpile lock
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dogpile.core>0:devel/py-dogpile.core \
${PYTHON_PKGNAMEPREFIX}gdbm>0:databases/py-gdbm
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>