mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
21 lines
341 B
Makefile
21 lines
341 B
Makefile
COMMENT= parse, read and write Microsoft OLE2 files
|
|
|
|
MODPY_DISTV= 0.47
|
|
DISTNAME= olefile-${MODPY_DISTV}
|
|
EXTRACT_SUFX= .zip
|
|
PKGNAME= py-${DISTNAME}
|
|
REVISION= 0
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://www.decalage.info/olefile
|
|
|
|
# BSD-like
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|