1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/py-olefile/Makefile
2015-01-29 11:10:38 +00:00

29 lines
651 B
Makefile

# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= olefile
PORTVERSION= 0.42.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= Python module to read MS OLE2 files
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/olefile/LICENSE.txt
USES= dos2unix python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.pre.mk>
# Remove files not python 3 ready and allow compile again
post-patch:
.if ${PYTHON_REL} >= 300
${RM} ${WRKSRC}/olefile/olefile2.py
.endif
${REINPLACE_CMD} "/install' in sys.argv:/,+1d" ${WRKSRC}/setup.py
.include <bsd.port.post.mk>