pkgsrc/graphics/p5-cairo/Makefile
bsiegert 821aa24c53 p5-cairo: update to 1.109
Overview of changes in Cairo 1.109
==================================

* Remove PDF outline exports that do not exist

Overview of changes in Cairo 1.108
==================================

* Add missing status codes
* Add Perl bindings for Cairo surface mime type setting/getting and get extents
* Add bindings for PDF outline support
* Add example file for PDF outline support bindings
* Updated MANIFEST file with newly added files
* Makefile.PL: updated Git URLs
* Add defined constants for MIME types, pdf outlining, and tags
2021-07-26 13:23:16 +00:00

22 lines
670 B
Makefile

# $NetBSD: Makefile,v 1.44 2021/07/26 13:23:16 bsiegert Exp $
DISTNAME= Cairo-1.109
PKGNAME= p5-${DISTNAME:tl}
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
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= pkg-config
BUILD_DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends
BUILD_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"