6449ccee96
pkgsrc changes: - Adding license definition Upstream changes: 0.33 Sun May 10 04:14:12 MDT 2009 - Can now embed pixmap information inside an SVG (Lincoln Stein) - Improvements to alpha support (Lincoln Stein) - Ghost methods for more complete mapping to GD (Jason Stajich)
23 lines
597 B
Makefile
23 lines
597 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/09/19 22:35:47 sno Exp $
|
|
#
|
|
|
|
DISTNAME= GD-SVG-0.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/GD-SVG/
|
|
COMMENT= Enables SVG output from scripts written using GD
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-GD-[0-9]*:../../graphics/p5-GD
|
|
DEPENDS+= p5-SVG-[0-9]*:../../graphics/p5-SVG
|
|
|
|
PERL5_PACKLIST= auto/GD/SVG/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|