head	1.14;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	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.2
	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.14
date	2012.11.17.06.01.17;	author svnexp;	state Exp;
branches;
next	1.13;

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

1.12
date	2009.03.23.20.07.44;	author gahr;	state Exp;
branches;
next	1.11;

1.11
date	2008.02.21.21.20.00;	author gahr;	state Exp;
branches;
next	1.10;

1.10
date	2007.12.22.00.05.49;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2007.07.30.09.41.57;	author alexbl;	state Exp;
branches;
next	1.8;

1.8
date	2006.09.10.23.44.28;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2003.11.20.23.29.11;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.16.01.31.26;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.20.18.59.11;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.10.16.47.56;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.06.22.46.55;	author adamw;	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.20.23;	author ijliao;	state Exp;
branches;
next	;


desc
@@


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

PORTNAME=	pow
PORTVERSION=	0.7
CATEGORIES=	security python
MASTER_SITES=	SF/${PORTNAME}/POW/POW-${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	${PORTNAME:U}-${PORTVERSION}

MAINTAINER=	gahr@@FreeBSD.org
COMMENT=	Python OpenSSL Wrappers

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	POW
USE_OPENSSL=	yes

PORTDOCS=	POW.pdf

post-patch:
	${REINPLACE_CMD} -e 's|licence|license|' ${WRKSRC}/setup.py

do-build:
	cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext -D NO_IDEA ${PYDISTUTILS_BUILD_TARGET}

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.13
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.12
log
@- Disable IDEA cipher, not included because of U.S. export restrictions

PR:		130635
Submitted by:	Sam Tannous <stannous@@gmail.com>
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.11
log
@My reference e-mail address as a ports maintainer is now gahr@@FreeBSD.org.

Approved by:	miwi (mentor)
@
text
@d30 3
@


1.10
log
@- Fix build with gcc 4.2
- Pass maintainership to submitter

PR:		118903
Submitted by:	Pietro Cerutti <gahr@@gahr.ch>
@
text
@d17 1
a17 1
MAINTAINER=	gahr@@gahr.ch
@


1.9
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
@d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
d27 2
a28 5
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700019
BROKEN=		Does not compile on FreeBSD >= 7.0
.endif
d38 1
a38 1
.include <bsd.port.post.mk>
@


1.8
log
@BROKEN on 7.0: Does not compile
@
text
@d22 1
@


1.7
log
@- Update to 0.7
- Unmark BROKEN
- Use PORTDOCS macro

PR:		ports/59528
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
Approved by:	adamw (mentor)
@
text
@d26 6
d40 1
a40 1
.include <bsd.port.mk>
@


1.6
log
@BROKEN on 5.x: does not compile
@
text
@d10 1
a10 1
PORTVERSION=	0.6.1
d24 1
a24 5
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 501000
BROKEN=		"Does not compile"
.endif
d26 1
a27 1
post-install:
d29 3
a31 1
	${INSTALL_DATA} ${WRKSRC}/POW.pdf ${DOCSDIR}
d34 1
a34 1
.include <bsd.port.post.mk>
@


1.5
log
@De-pkg-comment.
@
text
@d24 6
d36 1
a36 1
.include <bsd.port.mk>
@


1.4
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d18 1
@


1.3
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a18 2
PORTCOMMENT=	Python OpenSSL Wrappers

@


1.2
log
@use USE_PYDISTUTILS
@
text
@d19 2
@


1.1
log
@add py-pow 0.6.1
Python OpenSSL Wrappers
@
text
@d20 1
a22 7
SETUP_CMD=	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py

do-build:
	@@${SETUP_CMD} build

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

