ports/devel/py-magic/Makefile

29 lines
529 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
MODPY_EGG_VERSION = 0.4.15
COMMENT = Python module for file type identification using libmagic
DISTNAME = python-magic-${MODPY_EGG_VERSION}
PKGNAME = py-magic-${MODPY_EGG_VERSION}
EPOCH = 0
CATEGORIES = devel
REVISION = 6
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
# MIT
PERMIT_PACKAGE = Yes
FLAVORS = python3
FLAVOR = python3
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
SUBST_VARS += MODPY_FLAVOR
RUN_DEPENDS = devel/libmagic
# Broken tests
NO_TEST = Yes
.include <bsd.port.mk>