16 lines
436 B
Makefile
16 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/12/08 09:04:44 wiz Exp $
|
|
|
|
DISTNAME= deepdiff-2.5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=d/deepdiff/}
|
|
|
|
MAINTAINER= sep@zepworks.com
|
|
HOMEPAGE= https://github.com/seperman/deepdiff
|
|
COMMENT= Deep Difference and Search of any Python object/data
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|