4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
28 lines
905 B
Makefile
28 lines
905 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Products.PasswordResetTool
|
|
PORTVERSION= 2.0.18
|
|
CATEGORIES= devel python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= zope
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Password reset tool for Plone
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:www/py-plone.memoize \
|
|
${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component \
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid \
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:devel/py-zope.i18n \
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface \
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:devel/py-Products.CMFCore \
|
|
${PYTHON_PKGNAMEPREFIX}Acquisition>=0:devel/py-Acquisition \
|
|
${PYTHON_PKGNAMEPREFIX}DateTime>=0:devel/py-DateTime
|
|
|
|
NO_ARCH= yes
|
|
USES= python zip zope
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|