diff options
author | manu <manu@pkgsrc.org> | 2011-04-04 08:02:12 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2011-04-04 08:02:12 +0000 |
commit | 3d96787f88b764816cbf7bc96964eecf203bd2a4 (patch) | |
tree | 3bf7683801aed586cdda70b3cbeb6c58048fde7e /textproc | |
parent | f4a799383d7d172bacf77c115f229e1c47fc7ed8 (diff) | |
download | pkgsrc-3d96787f88b764816cbf7bc96964eecf203bd2a4.tar.gz |
Added p5-XML-Entities-1.0000, a perl module to decode strings with XML entities
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 76c63a62517..440ed40413a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.572 2011/03/23 15:13:36 taca Exp $ +# $NetBSD: Makefile,v 1.573 2011/04/04 08:02:12 manu Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -353,6 +353,7 @@ SUBDIR+= p5-XML-DOM SUBDIR+= p5-XML-Dumper SUBDIR+= p5-XML-Elemental SUBDIR+= p5-XML-Encoding +SUBDIR+= p5-XML-Entities SUBDIR+= p5-XML-Feed SUBDIR+= p5-XML-FeedPP SUBDIR+= p5-XML-Filter-BufferText |