pkgsrc/devel/p5-glib2/Makefile
wiz f8d7fd1ccc p5-glib2: update to 1.3293.
Overview of changes in Glib 1.3293 (stable)
============================================

* Rename DOAP file in the manifest
* Fix Glib::get_prgname()
* Add fallback macros for deprecated sections
* Ignore deprecation warnings around g_object_newv()
* Add missing GParamSpecFlags enumeration values
* Add missing GSpawnError enumeration value
* Ignore warnings for g_option_group_free()
* Match GLib's log message handling
* Add tests for Glib->info and Glib->debug
2020-09-07 10:27:47 +00:00

27 lines
807 B
Makefile

# $NetBSD: Makefile,v 1.69 2020/09/07 10:27:47 wiz Exp $
DISTNAME= Glib-1.3293
PKGNAME= p5-${DISTNAME:S/Glib/glib2/}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtk2-perl.sourceforge.net/
#HOMEPAGE= http://search.cpan.org/dist/Glib/
COMMENT= Perl bindings for Glib 2
LICENSE= gnu-lgpl-v2.1
DEPENDS+= p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends
DEPENDS+= p5-ExtUtils-PkgConfig>=1.00:../../devel/p5-ExtUtils-PkgConfig
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.12.0
# "Can't locate Glib/ParseXSDoc.pm in @INC .."
MAKE_JOBS_SAFE= no
USE_TOOLS+= pkg-config
PERL5_PACKLIST= auto/Glib/.packlist
.include "../../devel/glib2/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"