2004-05-25 00:15:59 +02:00
|
|
|
# Ports collection makefile for: py-smbpasswd
|
|
|
|
# Date created: May 24, 2004
|
|
|
|
# Whom: Alexander Novitsky
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= smbpasswd
|
2005-01-29 02:41:48 +01:00
|
|
|
PORTVERSION= 1.0.1
|
2004-05-25 00:15:59 +02:00
|
|
|
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
|
|
|
|
|
2005-01-29 02:41:48 +01:00
|
|
|
USE_PYTHON= yes
|
2004-05-25 00:15:59 +02:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|