pkgsrc/devel/p5-glib2/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

29 lines
784 B
Makefile

# $NetBSD: Makefile,v 1.12 2005/08/06 06:19:18 jlam Exp $
#
DISTNAME= Glib-${DIST_VERSION}
PKGNAME= p5-glib2-${DIST_VERSION}
PKGREVISION= 3
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
MAKE_PARAMS+= disable-threadsafe
DIST_VERSION= 1.040
PERL5_PACKLIST= auto/Glib/.packlist
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkg-config/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"