head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.01.17;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.22.00.35.04;	author amdmi3;	state Exp;
branches;
next	1.9;

1.9
date	2004.01.31.03.27.42;	author arved;	state Exp;
branches;
next	1.8;

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

1.7
date	2003.10.20.20.15.55;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.15.13.47.11;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.15.04.51.01;	author kris;	state Exp;
branches;
next	1.4;

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

1.3
date	2002.11.10.16.47.57;	author lioux;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.06.22.46.55;	author adamw;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	twofish
PORTVERSION=	0.7
PORTREVISION=	1
CATEGORIES=	security python
MASTER_SITES=	SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	twofishmodule-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Twofish cryptographic module for Python

USE_PYTHON=	yes
GNU_CONFIGURE=	yes
CFLAGS+=	-fPIC

do-install:
	${INSTALL_DATA} ${WRKSRC}/_twofish.so ${PYTHON_SITELIBDIR}
	${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PYTHON_SITELIBDIR}
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


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


1.9
log
@Fix Build on AMD64
@
text
@d13 1
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	twofish-py
@


1.8
log
@Port is broken on 4.x as well.
@
text
@a20 2
BROKEN=		"Does not compile on FreeBSD ${OSVERSION}"

d23 1
@


1.7
log
@Mark as broken on 5.x.  The distfile, the latest on the mastersite, is from 2001.
@
text
@a20 3
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 501000
a21 1
.endif
d34 1
a34 1
.include <bsd.port.post.mk>
@


1.6
log
@unbreak port by adding a \n\ to a patchfile
@
text
@d21 6
d38 1
a38 1
.include <bsd.port.mk>
@


1.5
log
@BROKEN on 5.x: Does not compile
@
text
@d11 1
a23 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 501000
BROKEN=		"Does not compile"
.endif

d32 1
a32 1
.include <bsd.port.post.mk>
@


1.4
log
@De-pkg-comment.
@
text
@d23 6
d37 1
a37 1
.include <bsd.port.mk>
@


1.3
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.2
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a18 2
PORTCOMMENT=	Twofish cryptographic module for Python

@


1.1
log
@add py-twofish 0.7
Twofish cryptographic module for Python
@
text
@d19 2
@

