pkgsrc/sysutils/py-magic/Makefile

19 lines
510 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2018/03/29 21:18:01 khorben Exp $
DISTNAME= python-magic-0.4.15
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/1}
PKGREVISION= 1
CATEGORIES= sysutils python
2016-06-08 19:43:20 +02:00
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-magic/}
MAINTAINER= khorben@defora.org
2017-07-31 00:32:10 +02:00
HOMEPAGE= https://github.com/ahupp/python-magic
COMMENT= File type identification using libmagic
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../sysutils/file/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"