# $Id: Portfile 82547 2011-08-15 16:46:16Z jmr@macports.org $

PortSystem 1.0

name                p5-libvorbis-perl
version             0.05
revision            2
maintainers         nomaintainer
categories-append   audio
description         Perl extension for Ogg Vorbis streams
long_description    This is an object-oriented interface to the Ogg Vorbis \
                    libvorbisfile convenience library. This Perl module is \
                    buggy and no longer supported upstream (last updated \
                    in 2004). Some of its features are provided by the \
                    p5-ogg-vorbis-header-pureperl port.
platforms           darwin

replaced_by         p5-ogg-vorbis-header-pureperl

pre-configure {
       ui_error "${name} has been replaced by ${replaced_by}; please install that port instead"
       return -code error "obsolete port"
}

distfiles

livecheck.type      none
