mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
28
python/py-zope.security/Makefile
Normal file
28
python/py-zope.security/Makefile
Normal file
@@ -0,0 +1,28 @@
|
||||
# Created by: Wen Heping <wen@FreeBSD.org>
|
||||
# $FreeBSD: head/security/py-zope.security/Makefile 412349 2016-04-01 14:25:16Z mat $
|
||||
|
||||
PORTNAME= zope.security
|
||||
PORTVERSION= 3.9.0
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= zope
|
||||
|
||||
MAINTAINER= zope@FreeBSD.org
|
||||
COMMENT= Zope Security Framework
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:python/py-zope.component@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:python/py-zope.i18nmessageid@${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.proxy>3.4.2:python/py-zope.proxy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:python/py-zope.schema@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}RestrictedPython>=0:python/py-RestrictedPython@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>=0:python/py-pytz@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:python/py-zope.configuration@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
2
python/py-zope.security/distinfo
Normal file
2
python/py-zope.security/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (zope/zope.security-3.9.0.tar.gz) = e571d41cd3f16bf234b26e1300efe3abbff67a692bbaf9b255fd89295d35c8cb
|
||||
SIZE (zope/zope.security-3.9.0.tar.gz) = 109264
|
||||
4
python/py-zope.security/pkg-descr
Normal file
4
python/py-zope.security/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
The Security framework provides a generic mechanism to implement security
|
||||
policies on Python objects.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/zope.security/
|
||||
Reference in New Issue
Block a user