Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/devel/tre/Portfile

Revision 31207, 0.7 KB (checked in by erickt@…, 13 months ago)

change email address

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# $Id$
2
3PortSystem          1.0
4name                tre
5version             0.7.5
6categories          devel
7maintainers         erickt@macports.org
8description         TRE is a lightweight POSIX compliant regular expression library
9long_description    TRE is a lightweight POSIX compliant regular expression library
10homepage            http://laurikari.net/tre/
11master_sites        ${homepage}
12use_bzip2           yes
13checksums           md5 e72e5c94008865cf720992a0b25d6e89 \
14                    sha1 16b860479341f3179ef987765aacda9e2803f7bb \
15                    rmd160 240c106caef50097a9bfbad94f5cc002a9b4b497
16depends_lib         port:gettext \
17                    port:libiconv
18test.run            yes
19test.target         check
Note: See TracBrowser for help on using the browser.