e8cd9a6e2c
--------------------- Overview of changes in Gnome2 1.045 =================================== * Bugzilla #710417; Fix typo: correspoding -> corresponding Overview of changes in Gnome2 1.044 =================================== * RT#89191: Fix FSF's address * RT#89188: Make enums.pod depend on Gnome2 directory creation Overview of changes in Gnome2 1.043 =================================== * Avoid misusing the macro PL_na, thus preventing issues when Gnome2 is used in conjunction with certain XS modules, among them XML::Parser and String::Approx. * Created %meta_merge, which is used to pass META_MERGE values to EU::MM and CPAN::Meta; these populate META.[yml|json] and MYMETA.[yml|json]
32 lines
933 B
Makefile
32 lines
933 B
Makefile
# $NetBSD: Makefile,v 1.35 2015/02/12 05:45:42 mef Exp $
|
|
#
|
|
|
|
DISTNAME= Gnome2-1.045
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gtk2-perl.sourceforge.net/
|
|
COMMENT= Perl bindings for libgnome and libgnomeui
|
|
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
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PERL5_PACKLIST= auto/Gnome2/.packlist
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}/blib/lib/Gnome2
|
|
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../graphics/p5-Gnome2-Canvas/buildlink3.mk"
|
|
.include "../../sysutils/p5-Gnome2-VFS/buildlink3.mk"
|
|
.include "../../x11/p5-gtk2/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|