head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.01.09.15.41.03;	author tabthorpe;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.02.05.21.18;	author cs;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# Ports collection makefile for:	py-kerberos
# Date created:				April 23, 2011
# Whom:					Roland van Laar <roland@@micite.net>
#
# $FreeBSD: head/security/py-kerberos/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=		kerberos
PORTVERSION=		1.1.1
CATEGORIES=		security python
MASTER_SITES=		CHEESESHOP
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}

MAINTAINER=		roland@@micite.net
COMMENT=		Kerberos bindings for python

LICENSE=		AL2

BUILD_DEPENDS=		krb5-config:${PORTSDIR}/security/krb5
LIB_DEPENDS=		krb5support.0:${PORTSDIR}/security/krb5

USE_PYTHON=		yes
USE_PYDISTUTILS=	easy_install
PYEASYINSTALL_ARCHDEP=	yes

post-patch:
	@@${REINPLACE_CMD} -e 's|krb5|${PREFIX}/bin/krb5|g' ${WRKSRC}/setup.py
	@@${REINPLACE_CMD} -e 's|split|replace("/usr/lib:", "").split|g' ${WRKSRC}/setup.py
	@@${REINPLACE_CMD} -e 's|distutils.core|setuptools|g' ${WRKSRC}/setup.py

.include <bsd.port.mk>
@


1.2
log
@- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.
The goal is to avoid having to build a module that wraps the entire
Kerberos.framework, and instead offer a limited set of functions that do what
is needed for client/server Kerberos authentication based on
<http://www.ietf.org/rfc/rfc4559.txt>.

PR:		ports/156791
Submitted by:	Roland van Laar <roland@@micite.net>
Approved by:	wen@@ (co-mentor)
@
text
@d17 1
a17 1
LICENSE=		ASL
@

