freebsd-ports/net/py-smbpasswd/Makefile
Wesley Shields 2ffcfcd6d2 - Take over from maintainer.
Approved by:	maintainer (ports@ list)
2010-04-13 13:51:24 +00:00

21 lines
477 B
Makefile

# 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= wxs@FreeBSD.org
COMMENT= SMB/CIFS password generation utility for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>