Prune audio/clementine-player
[dports.git] / audio / p5-Ogg-Vorbis-Header / Makefile
1 # Created by: Simon Barner <barner@gmx.de>
2 # $FreeBSD$
3
4 PORTNAME=       Ogg-Vorbis-Header
5 PORTVERSION=    0.05
6 CATEGORIES=     audio perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     perl@FreeBSD.org
11 COMMENT=        Manipulate / fetch info from Ogg-Vorbis audio files
12
13 LICENSE=        GPLv2 GPLv3
14 LICENSE_COMB=   dual
15
16 BUILD_DEPENDS=  p5-Inline>=0:devel/p5-Inline \
17                 p5-Inline-C>=0:devel/p5-Inline-C
18 LIB_DEPENDS=    libogg.so:audio/libogg \
19                 libvorbis.so:audio/libvorbis
20 RUN_DEPENDS:=   ${BUILD_DEPENDS}
21
22 MAKE_JOBS_UNSAFE=       yes
23 USES=           perl5
24 USE_PERL5=      configure
25
26 .include <bsd.port.mk>