1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/py-olefile/Makefile
Antoine Brodin ec70887df0 - Follow upstream name change
- Update to 0.40
2014-10-17 16:52:51 +00:00

20 lines
409 B
Makefile

# Created by: Antoine Brodin <antoine@FreeBSD.org>
# $FreeBSD$
PORTNAME= olefile
PORTVERSION= 0.40
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.mk>