diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 20:15:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-20 20:15:55 +0000 |
commit | 7c3625a1b4336d4af4f49c614f976aa61a3c36c4 (patch) | |
tree | d0d5a302c51ac1f64698a2b0214f3e49909022d7 /security/py-twofish | |
parent | cb72517df46ddb59954925e34a7d520698c3fc7b (diff) | |
download | ports-7c3625a1b4336d4af4f49c614f976aa61a3c36c4.tar.gz ports-7c3625a1b4336d4af4f49c614f976aa61a3c36c4.zip |
Mark as broken on 5.x. The distfile, the latest on the mastersite, is from 2001.
Notes
Notes:
svn path=/head/; revision=91755
Diffstat (limited to 'security/py-twofish')
-rw-r--r-- | security/py-twofish/Makefile | 8 |
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> |