pkgsrc/graphics/p5-cairo/Makefile
he b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00

28 lines
730 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/10/19 19:18:10 he Exp $
#
DISTNAME= Cairo-${DIST_VER}
PKGNAME= p5-${DISTNAME}
PKGNAME= p5-cairo-${DIST_VER}
PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtk2-perl.sourceforge.net/
COMMENT= Perl bindings to the cairo graphics library
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
DIST_VER= 1.060
DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
DEPENDS+= p5-ExtUtils-PkgConfig>=1:../../devel/p5-ExtUtils-PkgConfig
PERL5_PACKLIST= auto/Cairo/.packlist
.include "../../graphics/cairo/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"