2002-07-30 20:00:40 +02:00
|
|
|
# New ports collection makefile for: p5-Audio-Wav
|
|
|
|
# Date created: 30 Jul 2002
|
|
|
|
# Whom: Dominic Mitchell <dom@happygiraffe.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Audio-Wav
|
2010-06-10 03:30:55 +02:00
|
|
|
PORTVERSION= 0.12
|
2002-07-30 21:25:00 +02:00
|
|
|
CATEGORIES= audio perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-07-30 20:00:40 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-02-08 00:25:18 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Perl modules for reading and writing Microsoft WAV files
|
2002-07-30 20:00:40 +02:00
|
|
|
|
2010-02-08 00:25:18 +01:00
|
|
|
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2002-07-30 20:00:40 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Audio::Wav.3 Audio::Wav::Read.3 Audio::Wav::Write.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|