openbsd-ports/audio/p5-Ogg-Vorbis-Header/Makefile

28 lines
555 B
Makefile
Raw Normal View History

2013-03-10 18:55:01 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/10 22:55:04 espie Exp $
SHARED_ONLY= Yes
COMMENT= object-oriented interface to Ogg Vorbis information
MODULES= cpan
DISTNAME= Ogg-Vorbis-Header-0.03
2012-08-23 10:54:31 -04:00
REVISION= 4
CATEGORIES= audio
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
# perl
PERMIT_PACKAGE_CDROM= Yes
2012-08-23 10:54:31 -04:00
WANTLIB= c ogg vorbis vorbisfile
2010-10-18 12:52:44 -04:00
USE_GROFF = Yes
LIB_DEPENDS= audio/libvorbis
RUN_DEPENDS= devel/p5-Inline
2007-01-07 04:57:46 -05:00
BUILD_DEPENDS= ${RUN_DEPENDS}
pre-configure:
@perl -pi -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/Header.pm
.include <bsd.port.mk>