2011-12-25 11:46:22 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= plone.memoize
|
|
|
|
PORTVERSION= 1.1.1
|
2012-01-16 11:33:34 +01:00
|
|
|
CATEGORIES= www python zope
|
2011-12-25 11:46:22 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2012-01-16 11:33:34 +01:00
|
|
|
MAINTAINER= zope@FreeBSD.org
|
2011-12-25 11:46:22 +01:00
|
|
|
COMMENT= Decorators for caching the values of functions and methods
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.annotation>=0:${PORTSDIR}/devel/py-zope.annotation \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}zope.ramcache>=0:${PORTSDIR}/devel/py-zope.ramcache
|
|
|
|
|
|
|
|
DIST_SUBDIR= zope
|
|
|
|
USE_PYTHON= yes
|
2013-09-23 14:52:16 +02:00
|
|
|
USE_PYDISTUTILS=easy_install
|
2011-12-25 11:46:22 +01:00
|
|
|
USE_ZIP= yes
|
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2013-09-23 14:52:16 +02:00
|
|
|
|
2011-12-25 11:46:22 +01:00
|
|
|
.include <bsd.port.mk>
|