Ticket #19518: Portfile

File Portfile, 640 bytes (added by mike@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem              1.0
4
5name                    scald
6version                 0.0.4
7categories              devel
8maintainers             flyn.org:mike
9description             Markup language for generating source code
10long_description        Scald can assist lazy developers. Scald is a tool to generate program code from an HTML-like XML description. For example, scald will process an XML description into C code that prints an HTML form and saves user input data into a configuration file.
11homepage                http://www.flyn.org/projects/scald/
12platforms               darwin
13master_sites            http://www.flyn.org/projects/scald/
14
15checksums               sha1 c7abe09201e4fbaffca651940343dba21af3b4d2
16
17depends_run             port:libxslt \
18                        port:libxml2