Ticket #23838: Portfile

File Portfile, 957 bytes (added by marius.brandsegg@…, 14 years ago)
Line 
1# $Id: Portfile 30224 2007-10-22 22:49:14Z jmpp@macports.org $
2
3PortSystem 1.0
4name            devtodo
5version         0.1.20
6categories      devel
7maintainers     nomaintainer
8platforms       darwin
9description     Command line application for maintaining lists of tasks.
10long_description        DevTodo is small command line application for maintaining \
11                                                lists of tasks. It stores tasks hierarchically, with each \
12                                                task given one of five priority levels. Data is stored as \
13                                                XML, so various XSLT templates can be executed on the XML \
14                                                to convert it into different formats eg. HTML.
15homepage        http://swapoff.org/DevTodo/
16master_sites    http://swapoff.org/files/devtodo/
17checksums       md5 4a6241437cb56f237f850bcd2233c3c4 \
18                sha1 003067a12139d712dbb3706069e0950a93ecaaf4 \
19                rmd160 389201318faa5ff6d302bd5f8c8f8b094664b45c
20depends_lib             port:readline
21configure.args  --mandir=${prefix}/share/man