blob: e5d0baa88b12b2efd5297fae777ae3375cff618c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $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
NO_STAGE= yes
USE_PERL5= configure
MAN3= Audio::Ecasound.3
.include <bsd.port.mk>
|