mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
create bsd12 branch
This commit is contained in:
27
python/py-zope.browsermenu/Makefile
Normal file
27
python/py-zope.browsermenu/Makefile
Normal file
@@ -0,0 +1,27 @@
|
||||
# $FreeBSD: head/devel/py-zope.browsermenu/Makefile 412346 2016-04-01 14:00:51Z mat $
|
||||
|
||||
PORTNAME= zope.browsermenu
|
||||
PORTVERSION= 3.9.1
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Browser menu implementation for Zope
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browser>=0:python/py-zope.browser@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.component>=3.7:python/py-zope.component@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:python/py-zope.configuration@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:python/py-zope.interface@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:python/py-zope.i18nmessageid@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:python/py-zope.schema@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.security>=0:python/py-zope.security@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:python/py-zope.publisher@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.traversing>=3.7:python/py-zope.traversing@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.pagetemplate>=3.5:python/py-zope.pagetemplate@${PY_FLAVOR}
|
||||
|
||||
USES= python zip
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
python/py-zope.browsermenu/distinfo
Normal file
2
python/py-zope.browsermenu/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zope.browsermenu-3.9.1.zip) = 900aecb2bdbfe0f2aef21892dc8bffa3220c3d5205e8e4c38e54b3f80dae083d
|
||||
SIZE (zope/zope.browsermenu-3.9.1.zip) = 34348
|
||||
4
python/py-zope.browsermenu/pkg-descr
Normal file
4
python/py-zope.browsermenu/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
This package provides an implementation of browser menus and
|
||||
ZCML directives for configuring them.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zope.browsermenu/
|
||||
Reference in New Issue
Block a user