34e0e7bdc0
pysmb-1.2.6, 9 Dec 2020 ======================= - Fix bug in SMB1 store file implmentation which generates SMB_COM_WRITE_ANDX packets larger than the allowed max buffer size
19 lines
517 B
Makefile
19 lines
517 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/12/09 12:38:31 adam Exp $
|
|
|
|
DISTNAME= pysmb-1.2.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
CATEGORIES= net python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pysmb/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://miketeo.net/wp/index.php/projects/pysmb
|
|
COMMENT= Experimental SMB/CIFS library written in Python
|
|
LICENSE= zlib
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-asn1>=0:../../security/py-asn1
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|