freebsd-ports/net/py-smbpasswd/Makefile
Pav Lucistnik 6c6b4b187d Add py-smbpasswd, a small python extension to generate SMB/CIFS passwords.
PR:		ports/67124
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru>
2004-05-24 22:15:59 +00:00

21 lines
478 B
Makefile

# Ports collection makefile for: py-smbpasswd
# Date created: May 24, 2004
# Whom: Alexander Novitsky
#
# $FreeBSD$
#
PORTNAME= smbpasswd
PORTVERSION= 1.0
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>