[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / devel / py-identify

File: [local] / ports / devel / py-identify / Makefile (download)

Revision 1.12, Mon May 6 12:23:18 2024 UTC (3 weeks, 6 days ago) by sthen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +1 -0 lines

bump REVISION for py3.10 -> py3.11 switch

COMMENT =		file identification library

MODPY_EGG_VERSION =	2.5.36
DISTNAME =		identify-${MODPY_EGG_VERSION}
PKGNAME =		py-${DISTNAME}
REVISION =		0

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>