aboutsummaryrefslogtreecommitdiff
path: root/security/py-twofish
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-10-20 20:15:55 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-10-20 20:15:55 +0000
commit7c3625a1b4336d4af4f49c614f976aa61a3c36c4 (patch)
treed0d5a302c51ac1f64698a2b0214f3e49909022d7 /security/py-twofish
parentcb72517df46ddb59954925e34a7d520698c3fc7b (diff)
downloadports-7c3625a1b4336d4af4f49c614f976aa61a3c36c4.tar.gz
ports-7c3625a1b4336d4af4f49c614f976aa61a3c36c4.zip
Notes
Diffstat (limited to 'security/py-twofish')
-rw-r--r--security/py-twofish/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile
index c200761b8d9a..51e88f6c9335 100644
--- a/security/py-twofish/Makefile
+++ b/security/py-twofish/Makefile
@@ -18,6 +18,12 @@ DISTNAME= twofishmodule-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Twofish cryptographic module for Python
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
USE_PYTHON= yes
GNU_CONFIGURE= yes
@@ -29,4 +35,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>