pkgsrc/sysutils/py-magic/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

19 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.14 2022/01/04 20:54:48 wiz Exp $
DISTNAME= python-magic-0.4.24
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
PKGREVISION= 2
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-magic/}
MAINTAINER= khorben@defora.org
HOMEPAGE= https://github.com/ahupp/python-magic
COMMENT= File type identification using libmagic
LICENSE= mit
DEPENDS+= file-[0-9]*:../../sysutils/file
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"