pkgsrc/devel/p5-glib2/Makefile
xtraeme 4e68387ec8 Update to 1.103:
Overview of changes in Glib 1.103
=================================

* Fix a crash that occured when properties of undead objects were modified.
  [muppet]
* Fix the undead object macros to work on 64-bit platforms.  [Rafael
  Garcia-Suarez]
* Completely redo the way GObject types are mapped to package names. This
  fixes the problem uncovered by the recent GInitiallyUnowned issue.
* Allow undef for some arguments in the Glib::KeyFile API.  [Emmanuele]
2006-01-25 11:48:34 +00:00

26 lines
702 B
Makefile

# $NetBSD: Makefile,v 1.14 2006/01/25 11:48:34 xtraeme Exp $
#
DISTNAME= Glib-${DIST_VERSION}
PKGNAME= p5-glib2-${DIST_VERSION}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://gtk2-perl.sourceforge.net/
COMMENT= Perl bindings for Glib 2
DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= gmake pkg-config
DIST_VERSION= 1.103
PERL5_PACKLIST= auto/Glib/.packlist
.include "../../devel/glib2/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"