aboutsummaryrefslogtreecommitdiffstats
path: root/net/py-smbpasswd/Makefile
blob: 53500086e25732734e1bc2ae184b9ec7662848a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Ports collection makefile for:    py-smbpasswd
# Date created:         May 24, 2004
# Whom:             Alexander Novitsky
#
# $FreeBSD$
#

PORTNAME=   smbpasswd
PORTVERSION=    1.0.1
CATEGORIES= net python
MASTER_SITES=   http://barryp.org/software/py-${PORTNAME}/files/
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   py-${PORTNAME}-${PORTVERSION}

MAINTAINER= alecn2002@yandex.ru
COMMENT=    SMB/CIFS password generation utility for Python

USE_PYTHON=     yes
USE_PYDISTUTILS=    yes

.include <bsd.port.mk>