aboutsummaryrefslogtreecommitdiff
path: root/net/py-smbpasswd/Makefile
blob: d48e1fb56b347a00221c6ec184f70a5c391703fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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:3.6+ tar:tgz
USE_PYTHON=	autoplist distutils

.include <bsd.port.mk>