|
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 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | name tre |
|---|
| 5 | version 0.7.5 |
|---|
| 6 | categories devel |
|---|
| 7 | maintainers erickt@macports.org |
|---|
| 8 | description TRE is a lightweight POSIX compliant regular expression library |
|---|
| 9 | long_description TRE is a lightweight POSIX compliant regular expression library |
|---|
| 10 | homepage http://laurikari.net/tre/ |
|---|
| 11 | master_sites ${homepage} |
|---|
| 12 | use_bzip2 yes |
|---|
| 13 | checksums md5 e72e5c94008865cf720992a0b25d6e89 \ |
|---|
| 14 | sha1 16b860479341f3179ef987765aacda9e2803f7bb \ |
|---|
| 15 | rmd160 240c106caef50097a9bfbad94f5cc002a9b4b497 |
|---|
| 16 | depends_lib port:gettext \ |
|---|
| 17 | port:libiconv |
|---|
| 18 | test.run yes |
|---|
| 19 | test.target check |
|---|