openbsd-ports/audio/p5-Ogg-Vorbis-Header/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

31 lines
630 B
Makefile

# $OpenBSD: Makefile,v 1.9 2010/11/15 00:22:48 espie Exp $
SHARED_ONLY= Yes
COMMENT= object-oriented interface to Ogg Vorbis information
MODULES= cpan
DISTNAME= Ogg-Vorbis-Header-0.03
REVISION= 2
CATEGORIES= audio
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ogg vorbis vorbisfile
USE_GROFF = Yes
LIB_DEPENDS= audio/libvorbis
RUN_DEPENDS= devel/p5-Inline
BUILD_DEPENDS= ${RUN_DEPENDS}
pre-configure:
@perl -pi -e 's,%%LOCALBASE%%,${LOCALBASE},' ${WRKSRC}/Header.pm
.include <bsd.port.mk>