1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name libical |
---|
7 | version 0.42 |
---|
8 | categories devel |
---|
9 | maintainers jonas@fs.ei.tum.de openmaintainer |
---|
10 | description an implementation of iCalendar protocols and data formats |
---|
11 | platforms darwin |
---|
12 | homepage http://sourceforge.net/projects/freeassociation/ |
---|
13 | master_sites sourceforge:freeassociation |
---|
14 | distname ${name}-${version} |
---|
15 | distfiles ${distname}.tar.gz |
---|
16 | checksums md5 34395dcc0c0f950f337f7bf183b5ac1a \ |
---|
17 | sha1 8b6654c714b0193e4496a55427803c969c9cb5e1 \ |
---|
18 | rmd160 71544a562a4244bec7f62669bdbf280591c0b253 |
---|