pkgsrc/devel/py-olefile/Makefile
leot 6fd3049ab5 Import py-olefile-0.44 as devel/py-olefile
olefile (formerly OleFileIO_PL) is a Python package to parse, read and write
Microsoft OLE2 files (also called Structured Storage, Compound File Binary
Format or Compound Document File Format), such as Microsoft Office 97-2003
documents, vbaProject.bin in MS Office 2007+ files, Image Composer and FlashPix
files, Outlook MSG files, StickyNotes, several Microscopy file formats, McAfee
antivirus quarantine files, etc.
2017-01-31 14:04:02 +00:00

17 lines
468 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/01/31 14:04:02 leot Exp $
DISTNAME= olefile-0.44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=o/olefile/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.decalage.info/python/olefileio
COMMENT= Python module to read/write MS OLE2 files
LICENSE= 2-clause-bsd AND hpnd
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"