![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / sysutils / py-pefile / Makefile (download)
Revision 1.10, Mon Sep 2 13:20:08 2019 UTC (4 years, 2 months ago) by adam
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 |
# $NetBSD: Makefile,v 1.10 2019/09/02 13:20:08 adam Exp $ PEFILE_VERSION= 1.2.10-139 DISTNAME= pefile-${PEFILE_VERSION} PKGNAME= ${PYPKGPREFIX}-pefile-${PEFILE_VERSION:S/-/./} CATEGORIES= sysutils MASTER_SITES= https://pefile.googlecode.com/files/ MAINTAINER= khorben@defora.org HOMEPAGE= https://github.com/erocarrera/pefile COMMENT= Python module to read and work with PE files LICENSE= modified-bsd PYTHON_VERSIONS_ACCEPTED= 27 EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk"