pkgsrc/devel/p5-Glib-Object-Introspection/Makefile
mef a0fed61fcc Updated devel/p5-Glib-Object-Introspection to 0.042
----------------------------------------------------
Overview of changes in Glib::Object::Introspection 0.042
========================================================

* perli11ndoc: put special classes and records into their own category
* perli11ndoc: list functions of enums and bitfields
* perli11ndoc: fix the synopsis formatting for class struct functions
* perli11ndoc: correctly display array and callback parameters/return
  values/fields
* Fix "occuring" typo in POD (Bugzilla #775169)
2017-02-13 13:03:44 +00:00

34 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.13 2017/02/13 13:03:44 mef Exp $
DISTNAME= Glib-Object-Introspection-0.042
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=Glib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtk2-perl.sourceforge.net/
COMMENT= Dynamically create Perl language bindings
LICENSE= gnu-lgpl-v2.1
DEPENDS+= p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends
DEPENDS+= p5-ExtUtils-PkgConfig>=1.000:../../devel/p5-ExtUtils-PkgConfig
USE_LANGUAGES= c
USE_TOOLS+= pkg-config
PERL5_PACKLIST= auto/Glib/Object/Introspection/.packlist
.include "../../mk/bsd.prefs.mk"
.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
BUILDLINK_DEPMETHOD.cairo-gobject= build
.include "../../graphics/cairo-gobject/buildlink3.mk"
.endif
BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.320
.include "../../devel/p5-glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=0.10.0
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"