freebsd-ports/net/py-smbpasswd/Makefile
2018-03-11 11:21:23 +00:00

21 lines
471 B
Makefile

# Created by: Alexander Novitsky
# $FreeBSD$
PORTNAME= smbpasswd
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://barryp.org/static/media/software/download/py-${PORTNAME}/${PORTVERSION}/ \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= SMB/CIFS password generation utility for Python
LICENSE= GPLv2
# Python3 ready
USES= python tar:tgz
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>