Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/devel/uriparser/Portfile

Revision 40938, 0.7 KB (checked in by raimue@…, 7 weeks ago)

devel/uriparser:
Maintainer update to version 0.7.2, see #16865

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# $Id$
2
3PortSystem 1.0
4
5name            uriparser
6version         0.7.2
7categories      devel www
8maintainers     ed@80386.nl
9description     a strictly RFC 3986 compliant parsing library for URIs
10long_description \
11    uriparser is a strictly RFC 3986 compliant parsing library for URIs.    \
12    uriparser is cross-platform, fast, and supports Unicode.
13
14homepage        http://uriparser.sourceforge.net/
15platforms       darwin
16master_sites    sourceforge
17use_bzip2       yes
18checksums       md5 0f0d5548b2b881cbee5cb20e44d561c5 \
19                sha1 a08dd236c87abf50a416fd450323e3a0a32d7245 \
20                rmd160 8c03acedab520937625c11fd7c1c833d92fd9953
21
22configure.cppflags
23
24test.run        yes
25test.target     check
26
27livecheck.check sourceforge
Note: See TracBrowser for help on using the browser.