c7e877ffec
Bump PKGREVISIONs to denote gem'fy and PLIST changes. Also take maintainership. Discussed with and ok'ed by wiz@ on pkgsrc-users@: http://mail-index.netbsd.org/pkgsrc-users/2016/01/thread1.html#022813
20 lines
749 B
Makefile
20 lines
749 B
Makefile
# $NetBSD: Makefile,v 1.4 2016/01/24 05:03:23 tsutsui Exp $
|
|
#
|
|
|
|
DISTNAME= gobject-introspection-${VERSION}
|
|
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
|
|
PKGREVISION= 1
|
|
COMMENT= Ruby binding of Gobject Introspection
|
|
CATEGORIES= devel
|
|
|
|
CONFLICTS+= ruby-gnome2-gobject-introspection-[0-9]*
|
|
CONFLICTS+= ruby[0-9][0-9]-gnome2-gobject-introspection-[0-9]*
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
|
|
|
|
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.32.1
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
.include "../../devel/ruby-gnome2-glib/buildlink3.mk"
|
|
.include "../../meta-pkgs/ruby-gnome2/Makefile.common"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|