mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 05:51:19 +02:00
create bsd12 branch
This commit is contained in:
28
python/py-zope.browserpage/Makefile
Normal file
28
python/py-zope.browserpage/Makefile
Normal file
@@ -0,0 +1,28 @@
|
||||
# $FreeBSD: head/devel/py-zope.browserpage/Makefile 412346 2016-04-01 14:00:51Z mat $
|
||||
|
||||
PORTNAME= zope.browserpage
|
||||
PORTVERSION= 4.1.0
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= ZCML directives for configuring browser views for Zope
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.pagetemplate>=0:python/py-zope.pagetemplate@${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.contenttype>=0:python/py-zope.contenttype@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:python/py-zope.interface@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.8:python/py-zope.publisher@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:python/py-zope.schema@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.security>=3.8:python/py-zope.security@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.traversing>=3.7:python/py-zope.traversing@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.browsermenu>=0:python/py-zope.browsermenu@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
python/py-zope.browserpage/distinfo
Normal file
2
python/py-zope.browserpage/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zope.browserpage-4.1.0.tar.gz) = 13b06d0aeefc315e918502cb373a655424eb416a346798ae6fa8bbec44dcc8c8
|
||||
SIZE (zope/zope.browserpage-4.1.0.tar.gz) = 21926
|
||||
3
python/py-zope.browserpage/pkg-descr
Normal file
3
python/py-zope.browserpage/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
This package provides ZCML directives for configuring browser views.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zope.browserpage/
|
||||
Reference in New Issue
Block a user