Changes from previous: 0.07 2011-06-26T05:48:03 - Moved to [GitHub](http://github.com/theory/text-diff-html/). - Switched to a static README.md, rather than a generated README.
22 lines
663 B
Makefile
22 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.10 2011/10/17 10:31:20 hiramatsu Exp $
|
|
|
|
DISTNAME= Text-Diff-HTML-0.07
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
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"
|