Tweak math/rocs version 4.14.3_7
[dports.git] / net / py-smbpasswd / Makefile
1 # Created by: Alexander Novitsky
2 # $FreeBSD$
3
4 PORTNAME=       smbpasswd
5 PORTVERSION=    1.0.2
6 PORTREVISION=   1
7 CATEGORIES=     net python
8 MASTER_SITES=   http://barryp.org/static/media/software/download/py-${PORTNAME}/${PORTVERSION}/ \
9                 CHEESESHOP
10 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
11
12 MAINTAINER=     wxs@FreeBSD.org
13 COMMENT=        SMB/CIFS password generation utility for Python
14
15 LICENSE=        GPLv2
16
17 # Python3 ready
18 USES=           python tar:tgz
19 USE_PYTHON=     autoplist distutils
20
21 .include <bsd.port.mk>