Ticket #19518: Portfile.2

File Portfile.2, 717 bytes (added by raimue (Rainer Müller), 15 years ago)

Updated dependencies

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_build           port:pkgconfig
18depends_lib             port:fmt-ptrn
19depends_run             port:libxslt \
20                        port:libxml2