# $Id: Portfile,v 1.1 2004/06/02 00:43:55 mww Exp $

PortSystem 1.0
PortGroup python 1.0

name		py-htmlcalendar
version		1.0.0
categories	python
platforms	darwin
maintainers	mww@opendarwin.org
description	python module for creating calendars in HTML format
long_description	python module for creating calendars in HTML format. \
			HTMLCalendar generates one- and twelve-month calendars \
			in HTML format with optional links.

homepage	http://freespace.virgin.net/hamish.sanderson/htmlcalendar.html
master_sites	http://freespace.virgin.net/hamish.sanderson/
distname	HTMLCalendar-${version}
checksums	md5 842d130402c1db8f97a812c243e9007c

depends_lib-append	lib:XXX:py-htmltemplate

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