1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net/py-smbpasswd/Makefile
2021-04-06 16:31:07 +02:00

21 lines
464 B
Makefile

# Created by: Alexander Novitsky
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:3.6+ tar:tgz
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>