bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
20 lines
531 B
Makefile
20 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.16 2022/01/04 20:54:32 wiz Exp $
|
|
|
|
DISTNAME= pysmb-1.2.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
|
|
PKGREVISION= 1
|
|
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"
|