aboutsummaryrefslogtreecommitdiffstats
path: root/audio/p5-Audio-Mixer/Makefile
blob: 36ac0181d490bcafd044bdde97c48f70d8b44fca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Dennis Herrmann <adox@mcx2.org>
# $FreeBSD$

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>