- Updating package for p5 module Text::Diff:HTML from 0.05 to 0.06 - Setting license to gnu-gpl-v2 Upstream changes: 0.06 2009-04-07T16:13:05 - Fixed a pasto in the "Support" section of the documentation. - Changed the documention from recommending that the diff output be wrapped in <pre> tags to suggesting instead that it be wrapped in an element that uses the CSS "white-space: pre". Reported by Pete Gillin (RT #24301).
23 lines
729 B
Makefile
23 lines
729 B
Makefile
# $NetBSD: Makefile,v 1.7 2009/05/01 22:27:49 sno Exp $
|
|
|
|
DISTNAME= Text-Diff-HTML-0.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DW/DWHEELER/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-Diff-HTML/
|
|
COMMENT= HTML formatting class for Text::Diff
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Text-Diff>=0.11:../../textproc/p5-Text-Diff
|
|
DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Text/Diff/HTML/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|