summaryrefslogtreecommitdiff
path: root/audio/p5-Audio-Mixer/Makefile
blob: 82a034c3934a2e40310ed546813c8e4f4e3e18bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: 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

USES=		perl5
USE_PERL5=	configure

MAN3=		Audio::Mixer.3

.include <bsd.port.mk>