pkgsrc/graphics/p5-GD-SVG/Makefile
heinz 1c20662933 Initial import of p5-GD-SVG 0.28.
GD::SVG seamlessly enables the scalable vector graphics (SVG) output
from scripts written using GD.  It accomplishes this by translating GD
functions into SVG functions.
2007-05-16 20:34:25 +00:00

22 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2007/05/16 20:34:25 heinz Exp $
#
DISTNAME= GD-SVG-0.28
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
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"