freebsd-ports/audio/p5-Ogg-Vorbis-Header/Makefile
Christian Weisgerber bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00

28 lines
628 B
Makefile

# 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
PORTREVISION= 4
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \
vorbis.4:${PORTSDIR}/audio/libvorbis
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
PERL_CONFIGURE= yes
MAN3= Ogg::Vorbis::Header.3
.include <bsd.port.mk>