pkgsrc/graphics/p5-GD/Makefile
wiz 3c59dfd1f6 Update to 2.45, same number of test failures as before:
Failed 1/2 test programs. 1/13 subtests failed.

2.45	Clarified the GD license. There is now a formal LICENSE file in the package.
2010-09-06 11:24:05 +00:00

29 lines
765 B
Makefile

# $NetBSD: Makefile,v 1.47 2010/09/06 11:24:05 wiz Exp $
DISTNAME= GD-2.45
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5bd
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
MAINTAINER= damon@brodiefamily.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/GD/GD.html
COMMENT= Perl5 interface to gd graphics library
LICENSE= gnu-gpl-v2 OR artistic-2.0
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILDLINK_API_DEPENDS.gd+= gd>=2.0.28
USE_LANGUAGES= c
PERL5_PACKLIST= auto/GD/.packlist
PERL5_OPTIONS+= threads
MAKE_ENV+= GD_LIBS=${LDFLAGS:Q}
#MAKE_PARAMS+= --lib_gd_path=${BUILDLINK_PREFIX.gd}
.include "../../graphics/gd/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"