File:  [cvs.NetBSD.org] / pkgsrc / devel / p5-Glib-Object-Introspection / Makefile
Revision 1.12: download - view: text, annotated - select for diffs
Thu Jan 19 18:52:07 2017 UTC (8 years, 2 months ago) by agc
Branches: MAIN
CVS tags: HEAD
Convert all occurrences (353 by my count) of

	MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.

# $NetBSD: Makefile,v 1.12 2017/01/19 18:52:07 agc Exp $

DISTNAME=	Glib-Object-Introspection-0.041
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
MASTER_SITES+=	${MASTER_SITE_PERL_CPAN:=Glib/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://gtk2-perl.sourceforge.net/
COMMENT=	Dynamically create Perl language bindings
LICENSE=	gnu-lgpl-v2.1

DEPENDS+=	p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends
DEPENDS+=	p5-ExtUtils-PkgConfig>=1.000:../../devel/p5-ExtUtils-PkgConfig

USE_LANGUAGES=		c
USE_TOOLS+=		pkg-config

PERL5_PACKLIST=		auto/Glib/Object/Introspection/.packlist

.include "../../mk/bsd.prefs.mk"
.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
BUILDLINK_DEPMETHOD.cairo-gobject=	build
.include "../../graphics/cairo-gobject/buildlink3.mk"
.endif


BUILDLINK_API_DEPENDS.p5-glib2+=	p5-glib2>=1.320
.include "../../devel/p5-glib2/buildlink3.mk"
BUILDLINK_API_DEPENDS.gobject-introspection+=	gobject-introspection>=0.10.0
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>