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

18 lines
343 B
Makefile

# $FreeBSD$
PORTNAME= Audio-Ecasound
PORTVERSION= 1.01
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for ecasound sampler, recorder, fx-processor
BUILD_DEPENDS= libecasoundc-config:${PORTSDIR}/audio/ecasound
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>