1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/audio/p5-Audio-Mixer/Makefile
Andrej Zverev 3c9ffd7218 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 08:45:50 +00:00

17 lines
296 B
Makefile

# 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
.include <bsd.port.mk>