2013-09-11 11:36:43 +02:00
|
|
|
# Created by: Dennis Herrmann <adox@mcx2.org>
|
2008-10-05 16:40:55 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Audio-Mixer
|
|
|
|
PORTVERSION= 0.7
|
2015-06-13 15:56:44 +02:00
|
|
|
PORTREVISION= 3
|
2008-10-05 16:40:55 +02:00
|
|
|
CATEGORIES= audio perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2015-06-13 15:56:44 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-10-05 16:40:55 +02:00
|
|
|
COMMENT= Perl extension for Sound Mixer control
|
|
|
|
|
2017-09-15 10:58:46 +02:00
|
|
|
LICENSE= ART10 GPLv1+
|
2015-06-13 15:56:44 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
USE_PERL5= configure
|
2015-05-30 14:37:20 +02:00
|
|
|
USES= perl5 shebangfix
|
|
|
|
SHEBANG_FILES= volume.pl
|
2015-06-13 15:56:44 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Audio/Mixer/Mixer.so
|
2008-10-05 16:40:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|