cc79dac3fb
Upstream changes: 1.11 2021-09-27T04:11:20Z commit 239b88f865305b59f7d193f0431fcd5c03df3dd3 Author: Harald Jörg <haj@posteo.de> Date: Sun Jan 13 11:56:25 2019 +0100 Add the list of escaped characters to the docs and clarify usage in the synopsis
17 lines
483 B
Makefile
17 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.11 2021/10/24 03:59:11 wen Exp $
|
|
|
|
DISTNAME= HTML-Escape-1.11
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/HTML-Escape
|
|
COMMENT= Extremely fast HTML escape
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/HTML/Escape/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|