mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
3c9ffd7218
Approved by: portmgr (blanket infrastructure)
18 lines
343 B
Makefile
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>
|