# $Id: Portfile,v 1.3 2005/04/21 15:58:12 jberry Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-htmlcalendar version 1.0.0 revision 1 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 port:py-htmltemplate post-destroot { xinstall -m 644 -W ${worksrcpath} License.txt Manual.txt README.txt \ ${destroot}${prefix}/share/doc/${name} }