b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
26 lines
765 B
Makefile
26 lines
765 B
Makefile
# $NetBSD: Makefile,v 1.51 2020/01/18 23:35:19 rillig Exp $
|
|
|
|
DISTNAME= Gnome2-VFS-1.083
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 10
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://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"
|