Ticket #26216: Portfile

File Portfile, 961 bytes (added by petr@…, 14 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2# $Id: Portfile 67247 2010-05-03 13:05:03Z rmsfisher@macports.org $
3
4PortSystem 1.0
5
6name             lastfmlib
7version          0.4.0
8categories       audio
9maintainers      petr:scribus.info
10description      C/C++ library to scrobble your tracks on Last.fm
11long_description \
12                 lastfmlib is library that provides an implementation \
13                 of the Last.fm Submissions Protocol v1.2. It allows \
14                 you to scrobble your tracks on Last.fm
15homepage         http://code.google.com/p/lastfmlib/
16platforms        darwin
17master_sites     googlecode
18checksums           md5     f6f00882c15b8cc703718d22e1b1871f \
19                    sha1    b9e15e4eb42a9ccd9b3c5373054b0bd51a406fdd \
20                    rmd160  89b06c754a2b954e2bb8f837faece9dcaaee83c6
21
22depends_lib-append  port:curl
23