blob: 0a4732622ee3b4b9bb7ab1ef31269611e4833feb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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= dhn@FreeBSD.org
COMMENT= Perl extension for Sound Mixer control
PERL_CONFIGURE= YES
MAN3= Audio::Mixer.3
.include <bsd.port.mk>
|