summaryrefslogtreecommitdiff
path: root/audio/p5-Audio-Wav/Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-30 18:00:40 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-30 18:00:40 +0000
commit7ca09b9d85134371921ff2363a39cc2fbb1eda9d (patch)
tree04ec306ce8cf5f8c78cbb3179ab53d12b583b60a /audio/p5-Audio-Wav/Makefile
parentSecurity Update to 0.9.6e (diff)
Import Audio-Wav 0.2 Perl module.
These Perl modules provide a method of reading and writing uncompressed Microsoft WAV files. PR: 41161 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Notes
Notes: svn path=/head/; revision=63748
Diffstat (limited to 'audio/p5-Audio-Wav/Makefile')
-rw-r--r--audio/p5-Audio-Wav/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/p5-Audio-Wav/Makefile b/audio/p5-Audio-Wav/Makefile
new file mode 100644
index 000000000000..f2cac93fffad
--- /dev/null
+++ b/audio/p5-Audio-Wav/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Audio-Wav
+# Date created: 30 Jul 2002
+# Whom: Dominic Mitchell <dom@happygiraffe.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Audio-Wav
+PORTVERSION= 0.02
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=Audio
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= dom@happygiraffe.net
+
+PERL_CONFIGURE= yes
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Audio::Wav.3 Audio::Wav::Read.3 Audio::Wav::Write.3
+
+.include <bsd.port.mk>