summaryrefslogtreecommitdiff
path: root/audio/p5-Audio-Mixer/Makefile
blob: c0de2fddf625120e031d188f7e54e0f259b1b36f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	Audio-Mixer
PORTVERSION=	0.7
PORTREVISION=	3
CATEGORIES=	audio perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension for Sound Mixer control

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USE_PERL5=	configure
USES=		perl5 shebangfix
SHEBANG_FILES=	volume.pl

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/Mixer/Mixer.so

.include <bsd.port.mk>