freebsd-ports/audio/p5-Ogg-Vorbis-Header/Makefile
Andrej Zverev f8fa0bc49d - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-31 09:15:24 +00:00

23 lines
533 B
Makefile

# Created by: Simon Barner <barner@gmx.de>
# $FreeBSD$
PORTNAME= Ogg-Vorbis-Header
PORTVERSION= 0.03
PORTREVISION= 4
CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Manipulate / fetch info from Ogg-Vorbis audio files
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
libvorbis.so:${PORTSDIR}/audio/libvorbis
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>