openbsd-ports/audio/ruby-vorbis_comment/Makefile
jeremy c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00

33 lines
747 B
Makefile

# $OpenBSD: Makefile,v 1.7 2012/09/23 16:57:32 jeremy Exp $
COMMENT = ruby library for reading/writing vorbis comments
DISTNAME = vorbis_comment-1.0.1
CATEGORIES = audio
REVISION = 4
HOMEPAGE= http://vorbiscomment.rubyforge.org/
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# LGPLv2/MIT License
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = vorbis ogg
MODULES = lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-cicphash,${MODRUBY_FLAVOR}
LIB_DEPENDS = audio/libvorbis
CONFIGURE_STYLE = ruby gem ext
REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
MODRUBY_REGRESS = ruby
MODRUBY_REGRESS_TARGET = test/test_vorbis_comment.rb
.include <bsd.port.mk>