16 lines
463 B
Makefile
16 lines
463 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2017/03/08 14:54:26 wiz Exp $
|
||
|
|
||
|
DISTNAME= zstandard-0.7.0
|
||
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||
|
CATEGORIES= archivers python
|
||
|
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zstandard/}
|
||
|
|
||
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
||
|
HOMEPAGE= https://github.com/indygreg/python-zstandard
|
||
|
COMMENT= Zstandard bindings for Python
|
||
|
LICENSE= modified-bsd
|
||
|
|
||
|
.include "../../archivers/zstd/buildlink3.mk"
|
||
|
.include "../../lang/python/egg.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|