- Drop PERL5_MODULE_TYPE statement to be default - Add three lines for make test BUILD_DEPENDS+= p5-Test-Stream-[0-9]*:../../devel/p5-Test-Stream BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny BUILD_DEPENDS+= p5-File-Slurper-[0-9]*:../../devel/p5-File-Slurper (upstream) Update 1.05 to 1.09 ------------------- 1.09 2015-11-29T10:08:00 - Replace "\t" with \s{4} in scripts/synopsis.pl and t/synopsis.html in an attempt to fix the large number of failures reported by CPAN Testers. - Patch t/test.t to use File::Spec to join a dir to a file name. - Use $^X rather than 'perl' to invoke Perl in t/test.t. - Make some pre-req version #s explicit. 1.08 2015-11-26T14:26:00 - In V 1.07 I patched t/test.t to use Test::Stream instead of Test::More, but did not patch Makefile.PL to match. Test::More is still used for xt/author/pod.t. 1.07 2015-11-24T08:47:00 - Apologies: Forgot to release V 1.06 to CPAN. - Add scripts/synopsis.pl and its output t/synopsis.html. - Copy scripts/synopsis.pl into docs. - Add t/test.t to run scripts/synopsis.pl and compare the output to t/synopsis.html. - Update pre-reqs to add Capture::Tiny and File::Slurper, which are used in t/test.t. - Add .gitignore to MANIFEST.SKIP. - Remove Build.PL. - Remove t/load.t. - Reformat the dates in this file. 1.06 2015-02-18T16:32:00 - Add use strict and use warnings to Build.PL and Makefile.PL. - Add github repo to Build.PL, Makefile.PL and docs. - Move t/pod.t to xt/author/. - Patch Build.PL to handle xt/author/*.t.
29 lines
1.1 KiB
Makefile
29 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.10 2016/01/18 11:42:36 mef Exp $
|
|
#
|
|
|
|
DISTNAME= HTML-Entities-Interpolate-1.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/HTML-Entities-Interpolate/
|
|
COMMENT= Call HTML::Entities::encode_entities, via a hash, within a string
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
#BUILD_DEPENDS+= {perl>=5.6.2,p5-Test-Simple>=0}:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= p5-Test-Pod>=0:../../devel/p5-Test-Pod
|
|
#BUILD_DEPENDS+= {perl>=5.13.11,p5-Module-Build>=0.38000}:../../devel/p5-Module-Build
|
|
DEPENDS+= p5-HTML-Parser>=0:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-Tie-Function>=0:../../devel/p5-Tie-Function
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Test-Stream-[0-9]*:../../devel/p5-Test-Stream
|
|
BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
|
|
BUILD_DEPENDS+= p5-File-Slurper-[0-9]*:../../devel/p5-File-Slurper
|
|
|
|
PERL5_PACKLIST= auto/HTML/Entities/Interpolate/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|