jeremy 5db8da2491 Bump ruby gem ext ports after change to PLISTs
This does not include all ruby gem ext ports, but the remaining ones have
updates that will be committed separately.
2016-11-04 21:26:37 +00:00

25 lines
484 B
Makefile

# $OpenBSD: Makefile,v 1.26 2016/11/04 21:26:37 jeremy Exp $
COMMENT= Ruby interface to the id3lib C++ library
VERSION= 0.6.0
DISTNAME= id3lib-ruby-${VERSION}
PKGNAME= id3lib-${VERSION}
REVISION = 7
CATEGORIES= audio
# Ruby License
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
WANTLIB= iconv id3>=4 stdc++ z
LIB_DEPENDS= audio/id3lib \
converters/libiconv
CONFIGURE_STYLE= ruby gem ext
TEST_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH}
MODRUBY_TEST= rake
.include <bsd.port.mk>