freebsd-ports/audio/p5-Audio-Mixer/Makefile
Martin Wilke 8fb99e910f Audio::Mixer - Perl extension for Sound Mixer control
This is just a very simple Perl interface which allows to set various
sound mixer parameters. The most important probably 'vol' (volume). The
list of all mixer parameters can be obtained using get_mixer_params()
function.

All values (lcval, rcval) are numbers in 0-100 range.

WWW: http://search.cpan.org/dist/Audio-Mixer/

PR:		ports/127862
Submitted by:	Dennis Herrmann <adox at mcx2.org>
2008-10-05 14:40:55 +00:00

22 lines
386 B
Makefile

# New ports collection makefile for: p5-Audio-Mixer
# Date created: 05 Oct 2008
# Whom: Dennis Herrmann <adox@mcx2.org>
#
# $FreeBSD$
#
PORTNAME= Audio-Mixer
PORTVERSION= 0.7
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= adox@mcx2.org
COMMENT= Perl extension for Sound Mixer control
PERL_CONFIGURE= YES
MAN3= Audio::Mixer.3
.include <bsd.port.mk>