9313157681
--------------------------------------- Overview of changes in Gnome2-VFS 1.082 ======================================= * Avoid misusing the macro PL_na, thus preventing issues when Gnome2::VFS is used in conjunction with certain XS modules, among them XML::Parser and String::Approx. (pkgsrc changes) - Add LICENSE= gnu-lgpl-v2.1
26 lines
747 B
Makefile
26 lines
747 B
Makefile
# $NetBSD: Makefile,v 1.36 2016/08/18 12:41:42 mef Exp $
|
|
#
|
|
|
|
DISTNAME= Gnome2-VFS-1.082
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gtk2-perl.sourceforge.net/
|
|
COMMENT= Perl bindings for the Gnome virtual file system
|
|
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/VFS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../sysutils/gnome-vfs/buildlink3.mk"
|
|
.include "../../devel/p5-glib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|