blob: a720680320483e54ceb9622c862c79ffc4d841a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $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
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 "../../sysutils/file/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|