bd1c27708d
Pkgsrc changes: - none Changes since version 2.33: =========================== 2.36 16 September, 2007 -Fixed SVG::DOM POD 2.35 14 September, 2007 -Fixed SVG::DOM POD 2.34 17 May 2005 -SVG::Element - Removed elsep entry for CDATA, cdata, cdata_noxmlesc fields to get rid of artificial blank spaces that confuse some browsers -SVG::DOM - added getRootNode method -Added user-contributed DOM2 methods to SVG::DOM
19 lines
464 B
Makefile
19 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/02/07 20:50:03 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= SVG-2.36
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SVG/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/SVG/
|
|
COMMENT= Perl module for generation of SVG images
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/SVG/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|