pkgsrc/devel/py-olefile/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

17 lines
472 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/01/26 17:31:03 rillig Exp $
DISTNAME= olefile-0.46
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/olefile/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://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/egg.mk"
.include "../../mk/bsd.pkg.mk"