# $Id: Portfile,v 1.2 2004/12/31 17:56:58 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-otp
version			1.0
revision		1
categories		python security
platforms		darwin
maintainers		mww@opendarwin.org
description		RFC2289 implementation for python (one-time password)
long_description	python-otp is a module which implements support for \
				all requirements, recommendations, and optional \
				features described in RFC2289. This RFC defines a \
				standard for the implementation of OTP - one-time \
				passwords.

homepage		http://moin.conectiva.com.br/PythonOtp
master_sites	http://www.opendarwin.org/~mww/files/
distname		python-otp-${version}
checksums		md5 351380746f9eaa624221e6037736c618

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} README rfc2289.txt \
		${destroot}${prefix}/share/doc/${name}
}
