# $Id: Portfile 78783 2011-05-21 23:39:13Z vinc17@macports.org $

PortSystem 1.0
PortGroup perl5 1.0

perl5.setup         libvorbis-perl 0.05 Ogg
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
