mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
create bsd12 branch
This commit is contained in:
26
python/py-zope.browserresource/Makefile
Normal file
26
python/py-zope.browserresource/Makefile
Normal file
@@ -0,0 +1,26 @@
|
||||
# $FreeBSD: head/devel/py-zope.browserresource/Makefile 412346 2016-04-01 14:00:51Z mat $
|
||||
|
||||
PORTNAME= zope.browserresource
|
||||
PORTVERSION= 3.10.3
|
||||
CATEGORIES= devel python zope
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Browser resources implementation for Zope
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=3.8.0: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.i18n>=0:python/py-zope.i18n@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:python/py-zope.interface@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.location>=0:python/py-zope.location@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:python/py-zope.schema@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.8:python/py-zope.publisher@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.traversing>3.7:python/py-zope.traversing@${PY_FLAVOR}
|
||||
|
||||
USES= python zip
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
python/py-zope.browserresource/distinfo
Normal file
2
python/py-zope.browserresource/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zope.browserresource-3.10.3.zip) = 95ca1648ab53b43e9c1d728e075e7fdc4ec3e7533c00cf21b6c28bf43011112f
|
||||
SIZE (zope/zope.browserresource-3.10.3.zip) = 43274
|
||||
5
python/py-zope.browserresource/pkg-descr
Normal file
5
python/py-zope.browserresource/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
This package provides an implementation of browser resources.
|
||||
It also provides directives for defining those resources using
|
||||
ZCML.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zope.browserresource/
|
||||
Reference in New Issue
Block a user