summaryrefslogtreecommitdiff
path: root/audio/p5-Audio-Mixer/Makefile
blob: e3533ff1e230de2f28694c8a0093ef07a10f051e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
NO_STAGE=	yes
USE_PERL5=	configure

MAN3=		Audio::Mixer.3

.include <bsd.port.mk>