pkgsrc/sysutils/py-magic/Makefile
adam f70b756131 sysutils/py-magic: update to 0.4.13
Changes 0.4.13:
add testdata to sdist
2017-09-12 14:40:51 +00:00

16 lines
447 B
Makefile

# $NetBSD: Makefile,v 1.5 2017/09/12 14:40:51 adam Exp $
DISTNAME= python-magic-0.4.13
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/1}
CATEGORIES= python sysutils
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
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"