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