ports/devel/py-identify/Makefile

25 lines
429 B
Makefile

COMMENT = file identification library
MODPY_EGG_VERSION = 2.5.26
DISTNAME = identify-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
HOMEPAGE = https://github.com/pre-commit/identify
MAINTAINER = Pavel Korovin <pvk@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
FLAVOR = python3
FLAVORS = python3
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
NO_TEST = Yes
.include <bsd.port.mk>