|
Revision 40937, 0.6 KB
(checked in by raimue@…, 7 weeks ago)
|
|
devel/libspiff:
Maintainer update to version 1.0.0, see #16865
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name libspiff |
|---|
| 6 | version 1.0.0 |
|---|
| 7 | categories devel multimedia |
|---|
| 8 | maintainers ed@80386.nl |
|---|
| 9 | description Library for reading and writing XSPF playlists |
|---|
| 10 | long_description \ |
|---|
| 11 | ${description} |
|---|
| 12 | |
|---|
| 13 | homepage http://libspiff.sourceforge.net/ |
|---|
| 14 | platforms darwin |
|---|
| 15 | master_sites sourceforge |
|---|
| 16 | checksums md5 4f64711fbcd4816c93fbad11f0b8b0da \ |
|---|
| 17 | sha1 4e69677fb16a35ee4158bedb9965345e1f530a28 \ |
|---|
| 18 | rmd160 89fee7e0c8a8de59452494251a2121a858824c85 |
|---|
| 19 | |
|---|
| 20 | use_bzip2 yes |
|---|
| 21 | depends_lib port:expat \ |
|---|
| 22 | port:uriparser |
|---|
| 23 | |
|---|
| 24 | test.run yes |
|---|
| 25 | test.target check |
|---|
| 26 | |
|---|
| 27 | livecheck.check none |
|---|