pkgsrc-wip/p5-Glib2/Makefile
Juan Romero Pardines ebdd42f60f Initial import of p5-Glib2 1.00rc4
This module provides perl access to GLib and GLib's GObject libraries.
GLib is a portability and utility library; GObject provides a generic
type system with inheritance and a powerful signal system.  Together
these libraries are used as the foundation for many of the libraries
that make up the Gnome environment, and are used in many unrelated
projects.
2003-10-07 18:07:46 +00:00

25 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/10/07 18:07:46 xtraeme Exp $
#
DISTNAME= Glib-${VERSION}
PKGNAME= p5-Glib2-${VERSION}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://gtk2-perl.sourceforge.net/
COMMENT= Perl bindings for Glib 2
USE_BUILDLINK2= yes
PERL5_REQD= 5.8
VERSION= 1.00rc4
DEPENDS+= p5-ExtUtils-Depends-[0-9]*:../../wip/p5-ExtUtils-Depends
DEPENDS+= p5-ExtUtils-PkgConfig-[0-9]*:../../wip/p5-ExtUtils-PkgConfig
.include "../../devel/glib2/buildlink2.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"