d5ba275947
Add ruby-htmlentities package version 4.3.4 from wip/ruby-htmlentities. HTML entity encoding and decoding for Ruby HTMLEntities is a simple library to facilitate encoding and decoding of named (ý and so on) or numerical ({ or Ī) entities in HTML and XHTML documents.
14 lines
351 B
Makefile
14 lines
351 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/05/25 14:21:57 taca Exp $
|
|
|
|
DISTNAME= htmlentities-4.3.4
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/threedaymonk/htmlentities/
|
|
COMMENT= Encoding and decoding (X)HTML entities
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|