pkgsrc/net/py-smb/Makefile
ryoon f7ec53f98f Import py27-smb-1.1.2 as net/py-smb.
pysmb is an experimental SMB/CIFS library written in Python. It
implements the client-side SMB/CIFS protocol (SMB1 and SMB2) which
allows your Python application to access and transfer files to/from
SMB/CIFS shared folders like your Windows file sharing and Samba
folders.
2013-01-03 15:49:40 +00:00

18 lines
483 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/01/03 15:49:40 ryoon Exp $
#
DISTNAME= pysmb-1.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= net
MASTER_SITES= http://miketeo.net/files/Projects/pysmb/
EXTRACT_SUFX= .zip
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://miketeo.net/wp/index.php/projects/pysmb
COMMENT= pysmb is an experimental SMB/CIFS library written in Python
LICENSE= zlib
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"