diff options
author | taca <taca@pkgsrc.org> | 2022-08-30 15:38:11 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-08-30 15:38:11 +0000 |
commit | 42d4d0fdbf9fbe045e35ca7992a0a778bd0e7d17 (patch) | |
tree | cecbadecd989ed7a626eb89409b5d8c2a3e5665b | |
parent | d701380d5bcaccd06716e643ad23642158265310 (diff) | |
download | pkgsrc-42d4d0fdbf9fbe045e35ca7992a0a778bd0e7d17.tar.gz |
textproc/Makefile: add and enable ruby-sanitize
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d1e50fc6e90..431cf752f89 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1323 2022/08/29 13:21:01 taca Exp $ +# $NetBSD: Makefile,v 1.1324 2022/08/30 15:38:11 taca Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1254,6 +1254,7 @@ SUBDIR+= ruby-rqrcode SUBDIR+= ruby-rqrcode_core SUBDIR+= ruby-rttool SUBDIR+= ruby-safe_yaml +SUBDIR+= ruby-sanitize SUBDIR+= ruby-sary SUBDIR+= ruby-simple-rss SUBDIR+= ruby-simplecov_json_formatter |