mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
326 B
Makefile
19 lines
326 B
Makefile
COMMENT= pure Python implementation of magic file detection
|
|
|
|
MODPY_DISTV= 2.2.0
|
|
DISTNAME= puremagic-${MODPY_DISTV}
|
|
PKGNAME= py-${DISTNAME}
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/cdgriffith/puremagic
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/python
|
|
MODPY_PYBUILD= setuptools_scm
|
|
MODPY_PI= Yes
|
|
|
|
.include <bsd.port.mk>
|