pkgsrc/graphics/p5-GD/Makefile
wiz 62a22d38c0 p5-GD: update to 2.67.
2.67    * fix thread-safety for GD::Simple %COLORS (#26 melak)
        * fix arc start-angle docs, RT #123277 Andrew G Gray
        * improve setBrush docs, RT #123194 Andrew G Gray
        * improve StringFT docs, RT #123193
        * replace MacOSX by darwin, and not by Mac OS X/macOS as suggested
          in PR #24
        * add GD::Image->_file method as suggested in RT #60488 by Kevin Ryde,
          also the helper GD::supportsFileType
2017-11-24 14:29:32 +00:00

32 lines
956 B
Makefile

# $NetBSD: Makefile,v 1.78 2017/11/24 14:29:32 wiz Exp $
DISTNAME= GD-2.67
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/GD/
COMMENT= Perl5 interface to gd graphics library
LICENSE= gnu-gpl-v2 OR artistic-2.0
USE_LANGUAGES= c
# This is required at least on some Solaris builds to get a runnable
# package, and should be harmless on other platforms. See PR 45873.
CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PERL5_PACKLIST= auto/GD/.packlist
PERL5_OPTIONS+= threads
# stop package's GetOptions() from parsing Module::Build settings
MAKE_PARAMS+= --
post-extract:
chmod a+w ${WRKSRC}/bdf_scripts/bdf2gdfont_pl.PL
.include "../../converters/libiconv/buildlink3.mk"
BUILDLINK_API_DEPENDS.gd+= gd>=2.0.28
.include "../../graphics/gd/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"