head	1.6;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.4;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.01.16.10.33.21;	author rm;	state Exp;
branches;
next	1.4;

1.4
date	2011.11.10.22.20.17;	author rm;	state Exp;
branches;
next	1.3;

1.3
date	2011.10.11.07.09.36;	author wen;	state Exp;
branches;
next	1.2;

1.2
date	2011.10.10.06.48.19;	author wen;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.10.02.46.28;	author wen;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-RestrictedPython
# Date created:				10 October, 2011
# Whom:					Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
#
# $FreeBSD: head/security/py-RestrictedPython/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	RestrictedPython
PORTVERSION=	3.6.0
PORTREVISION=	1
CATEGORIES=	security python zope
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR=	zope

MAINTAINER=	zope@@FreeBSD.org
COMMENT=	Restricted execution environment for Python

LICENSE=	ZPL21

USE_PYTHON=	2.6-2.7
USE_PYDISTUTILS=easy_install
USE_ZIP=	yes

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} >= 270
PLIST_SUB+=	PYTHON27=""
.else
PLIST_SUB+=	PYTHON27="@@comment "
.endif

.include <bsd.port.post.mk>
@


1.5
log
@- transfer maintainership for my zope-ports to zope@@
- add them to virtual category `zope'
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@Change email for my ports to FreeBSD one.

Approved by:	novel (mentor)
Feature safe:	yes
@
text
@d11 1
a11 1
CATEGORIES=	security python
d16 1
a16 1
MAINTAINER=	rm@@FreeBSD.org
@


1.3
log
@- Fix build with python-2.6
@
text
@d16 1
a16 1
MAINTAINER=	cvs-src@@yandex.ru
@


1.2
log
@RestrictedPython provides a restricted execution environment for Python,
e.g. for running untrusted code.

WWW: http://pypi.python.org/pypi/RestrictedPython

Submitted by:   Ruslan Mahmatkhanov <cvs-src@@yandex.ru> (via GitHub)
@
text
@d10 1
d21 1
a21 1
USE_PYTHON=	yes
d25 9
a33 1
.include <bsd.port.mk>
@


1.1
log
@RestrictedPython provides a restricted execution environment for Python,
e.g. for running untrusted code.

WWW: http://pypi.python.org/pypi/ExtensionClass

Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru> (via GitHub)
@
text
@@

