Ticket #48686: Portfile.2

File Portfile.2, 994 bytes (added by nikkoara@…, 9 years ago)

Removed revision field.

Line 
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
4PortSystem          1.0
5PortGroup           github 1.0
6PortGroup           cmake 1.0
7
8name                pugixml
9version             1.6
10categories          textproc
11platforms           darwin
12license             MIT
13maintainers         hates.ms:nikkoara
14
15description         C++ Library for XML processing
16
17long_description    C++ library for creating and manipulating XML DOMs. Features: \
18                    efficient parsing of XML, XPath 1.0 support, full Unicode support.
19
20homepage            http://pugixml.org/
21
22master_sites        http://github.com/zeux/pugixml/releases/download/v${version}
23distfiles           pugixml-${version}.tar.gz
24checksums           sha256  473705c496d45ee6a74f73622b175dfb5dde0de372c4dc61a5acb964516cd9de
25
26universal_variant   yes
27
28worksrcdir          ${distname}/scripts
29
30configure.args-append -DBUILD_SHARED_LIBS=ON