ports/devel/py-identify/Makefile

26 lines
429 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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>