summaryrefslogtreecommitdiff
path: root/audio/p5-Ogg-Vorbis-Header/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-10-12 11:03:45 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-10-12 11:03:45 +0000
commitbfcad7258c7ffe08ff43af43c1164f55912001cb (patch)
tree702653e2f02a9984c4b712df78839ea08c766016 /audio/p5-Ogg-Vorbis-Header/Makefile
parentAdd p5-Tree-Binary 0.04, an Object Oriented Binary Tree for Perl. (diff)
Add p5-Ogg-Vorbis-Header 0.03, manipulate / fetch info from Ogg-Vorbis
audio files. PR: ports/71577 Submitted by: Simon Barner <barner@gmx.de>
Notes
Notes: svn path=/head/; revision=118939
Diffstat (limited to 'audio/p5-Ogg-Vorbis-Header/Makefile')
-rw-r--r--audio/p5-Ogg-Vorbis-Header/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/audio/p5-Ogg-Vorbis-Header/Makefile b/audio/p5-Ogg-Vorbis-Header/Makefile
new file mode 100644
index 000000000000..9c6b556f4fd4
--- /dev/null
+++ b/audio/p5-Ogg-Vorbis-Header/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: p5-Ogg-Vorbis-Header
+# Date created: Sept 11 2004
+# Whom: Simon Barner <barner@gmx.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Ogg-Vorbis-Header
+PORTVERSION= 0.03
+CATEGORIES= audio perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=Ogg
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= barner@gmx.de
+COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files
+
+LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg \
+ vorbis.3:${PORTSDIR}/audio/libvorbis
+BUILD_DEPENDS= ${SITE_PERL}/Inline/MakeMaker.pm:${PORTSDIR}/devel/p5-Inline
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Ogg::Vorbis::Header.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5.8 then try again
+.endif
+
+.include <bsd.port.post.mk>