1433db205c
An object-oriented interface to Ogg Vorbis information and comment fields, implemented entirely in Perl. Intended to be a drop in replacement for Ogg::Vobis::Header. Unlike Ogg::Vorbis::Header, this module will go ahead and fill in all of the information fields as soon as you construct the object. In other words, the new and load constructors have identical behavior. "ok, GOGOGO" simon@
17 lines
346 B
Makefile
17 lines
346 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/02/04 20:09:39 jasper Exp $
|
|
|
|
COMMENT= interface to Ogg Vorbis information, fully written in Perl
|
|
|
|
DISTNAME= Ogg-Vorbis-Header-PurePerl-0.07
|
|
CATEGORIES= audio
|
|
|
|
MODULES= cpan
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|