rpointel a8061ca4fd import olefile, a Python package to parse, read and write
Microsoft OLE2 files.
ok benoit@.
2016-03-07 20:44:53 +00:00

25 lines
508 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2016/03/07 20:44:53 rpointel Exp $
COMMENT = parse, read and write Microsoft OLE2 files
MODPY_EGG_VERSION = 0.43
DISTNAME = olefile-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = http://www.decalage.info/python/olefileio
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# BSD-like
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = https://bitbucket.org/decalage/olefileio_pl/downloads/
MODULES = lang/python
NO_TEST = Yes
.include <bsd.port.mk>