blob: c20d8de07783e0d0261e30bdb193436f26a3a061 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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"
|