mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
25 lines
397 B
Makefile
25 lines
397 B
Makefile
COMMENT = Python module for file type identification using libmagic
|
|
|
|
MODPY_DISTV = 0.4.27
|
|
DISTNAME = python-magic-${MODPY_DISTV}
|
|
PKGNAME = py-magic-${MODPY_DISTV}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = devel
|
|
|
|
EPOCH = 0
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PYBUILD = setuptools
|
|
MODPY_PI = Yes
|
|
|
|
RUN_DEPENDS = devel/libmagic
|
|
|
|
# not in sdist
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|