Upstream changes: 1.10 2016-08-14T11:33:00 - Stop using Test::Stream. Use Test::More shipped in the Test::Simple distro. See RT#116935. Thanx to Chad Granum. - Update version #s in pre-reqs. - Adopt new repo structure. For details, see http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html. - Update .gitignore and MANIFEST.SKIP. - Change licence from Artistic to Perl. - Move File::Spec, Test::Pod and Test::Simple to TEST_REQUIRES within Makefile.PL.
28 lines
952 B
Makefile
28 lines
952 B
Makefile
# $NetBSD: Makefile,v 1.12 2016/10/21 00:56:34 wen Exp $
|
|
#
|
|
|
|
DISTNAME= HTML-Entities-Interpolate-1.10
|
|
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}
|
|
|
|
DEPENDS+= p5-HTML-Parser>=3.69:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-Tie-Function>=0:../../devel/p5-Tie-Function
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Test-Simple>=1.302052:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= p5-Test-Pod>=1.51:../../devel/p5-Test-Pod
|
|
BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
|
|
BUILD_DEPENDS+= p5-File-Slurper>=0.009:../../devel/p5-File-Slurper
|
|
|
|
PERL5_PACKLIST= auto/HTML/Entities/Interpolate/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|