head	1.21;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.21
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.01.09.15.41.03;	author tabthorpe;	state Exp;
branches;
next	1.19;

1.19
date	2011.09.08.13.57.10;	author sbz;	state Exp;
branches;
next	1.18;

1.18
date	2011.07.08.07.10.50;	author sbz;	state Exp;
branches;
next	1.17;

1.17
date	2011.03.18.10.04.53;	author sbz;	state Exp;
branches;
next	1.16;

1.16
date	2010.11.04.08.14.40;	author jadawin;	state Exp;
branches;
next	1.15;

1.15
date	2010.05.23.22.20.02;	author linimon;	state Exp;
branches;
next	1.14;

1.14
date	2010.05.23.21.16.15;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2010.02.18.10.54.40;	author gahr;	state Exp;
branches;
next	1.12;

1.12
date	2009.08.22.00.35.03;	author amdmi3;	state Exp;
branches;
next	1.11;

1.11
date	2009.02.11.01.52.18;	author sobomax;	state Exp;
branches;
next	1.10;

1.10
date	2008.12.04.10.33.13;	author perky;	state Exp;
branches;
next	1.9;

1.9
date	2008.10.31.03.33.27;	author perky;	state Exp;
branches;
next	1.8;

1.8
date	2007.08.18.10.55.26;	author perky;	state Exp;
branches;
next	1.7;

1.7
date	2007.07.30.09.41.56;	author alexbl;	state Exp;
branches;
next	1.6;

1.6
date	2004.08.15.07.24.07;	author perky;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.25.06.25.34;	author perky;	state Exp;
branches;
next	1.4;

1.4
date	2002.09.18.15.13.45;	author perky;	state Exp;
branches;
next	1.3;

1.3
date	2002.08.22.16.47.44;	author perky;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.29.18.49.15;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2002.02.11.14.54.44;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.21
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	py-openssl
# Date created:			Feb 10, 2002
# Whom:				ijliao
#
# $FreeBSD: head/security/py-openssl/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	openssl
PORTVERSION=	0.13
CATEGORIES=	security python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	pyOpenSSL-${PORTVERSION}

MAINTAINER=	sbz@@FreeBSD.org
COMMENT=	Python interface to the OpenSSL library

LICENSE=	AL2
LICENSE_FILE=	${WRKSRC}/LICENSE

USE_PYTHON=	yes
USE_PYTHON_PREFIX=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	pyOpenSSL
USE_OPENSSL=	yes

EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}

pre-configure:
	@@${ECHO_CMD} "[build_ext]" >> ${WRKSRC}/setup.cfg
	@@${ECHO_CMD} "include-dirs = ${OPENSSLINC}" >> ${WRKSRC}/setup.cfg
	@@${ECHO_CMD} "library-dirs = ${OPENSSLLIB}" >> ${WRKSRC}/setup.cfg

.if !defined(NOPORTEXAMPLES)
post-install:
	@@${MKDIR} ${EXAMPLESDIR}
	(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif

.include <bsd.port.mk>
@


1.20
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
@d6 1
a6 1
# $FreeBSD$
@


1.19
log
@- Update to 0.13

Approved by:	jadawin@@ (mentor)
@
text
@d19 1
a19 1
LICENSE=	ASL
@


1.18
log
@- Update to 0.12
- Add LICENSE

Approved by:	jadawin@@ (mentor)
@
text
@d10 1
a10 1
PORTVERSION=	0.12
d20 1
@


1.17
log
@Update my MAINTAINER address to sbz at FreeBSD.org.

Approved by:	jadawin@@ (mentor)
@
text
@d10 1
a10 1
PORTVERSION=	0.11
d12 1
a12 1
MASTER_SITES=	http://launchpadlibrarian.net/58498441/
d19 2
@


1.16
log
@- Update to 0.11

PR:		ports/151885
Submitted by:	Sofian Brabez <sbrabez AT gmail.com> (maintainer)
@
text
@d16 1
a16 1
MAINTAINER=	sbrabez@@gmail.com
@


1.15
log
@Over to new volunteer.
@
text
@d10 1
a10 1
PORTVERSION=	0.10
d12 1
a12 1
MASTER_SITES=	CHEESESHOP
d34 1
a34 1
	${MKDIR} ${EXAMPLESDIR}
@


1.14
log
@Reset perky@@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:		portmgr
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.13
log
@- Update to 0.10
- Respect NOPORTEXAMPLES
- Remove unnecessary patch, it is now applied upstream

PR:		142784
Submitted by:	Sofian Brabez <sbrabez@@gmail.com>
Approved by:	maintainer timeout (more than 1 month)
Feature safe:	yes
@
text
@d16 1
a16 1
MAINTAINER=	perky@@FreeBSD.org
@


1.12
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d10 1
a10 2
PORTVERSION=	0.8
PORTREVISION=	1
d12 1
a12 1
MASTER_SITES=	SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
d25 2
d32 6
@


1.11
log
@Fix an issue in the py-openssl package that can lead to
interpreter crash with the following error message:

Fatal Python error: ceval: tstate mix-up
Abort trap: 6 (core dumped)

Detailed explanation and analysis can be found here:

https://sourceforge.net/tracker2/?func=detail&aid=2543118&group_id=31249&atid=401760

Bump PORTREVISION.

Approved by:	MAINTAINER
@
text
@d13 1
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	pyopenssl
@


1.10
log
@Update to 0.8.

PR:		128839
Submitted by:	wxs
@
text
@d11 1
@


1.9
log
@Update to 0.7

PR:		126535
Submitted by:	Wen heping <wenheping@@gmail.com>
@
text
@d10 1
a10 1
PORTVERSION=	0.7
@


1.8
log
@Fix port to use openssl configurations provided by bsd.openssl.mk.

PR:		115532
Submitted by:	Piet Delport <pjd@@satori.za.net>
@
text
@d10 1
a10 1
PORTVERSION=	0.6
@


1.7
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d26 5
@


1.6
log
@Update to 0.6
@
text
@d23 1
@


1.5
log
@De-pkg-comment for my ports.
@
text
@d10 1
a10 1
PORTVERSION=	0.5.1
@


1.4
log
@Update to 0.5.1 and take maintainership
@
text
@d18 1
@


1.3
log
@Update to 0.5.
@
text
@d10 1
a10 1
PORTVERSION=	0.5
d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
d20 1
@


1.2
log
@use USE_PYDISTUTILS
@
text
@d10 1
a10 1
PORTVERSION=	0.4.1
@


1.1
log
@add py-openssl 0.4.1
Python interface to the OpenSSL library
@
text
@d20 1
a21 8

SETUP_CMD=	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py

do-build:
	@@${SETUP_CMD} build

do-install:
	@@${SETUP_CMD} install
@

