1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Mark as broken on 5.x. The distfile, the latest on the mastersite, is from 2001.

This commit is contained in:
Mark Linimon 2003-10-20 20:15:55 +00:00
parent cb72517df4
commit 7c3625a1b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91755

View File

@ -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>