diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2007-05-31 11:29:52 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2007-05-31 11:29:52 +0000 |
commit | c8630b3adfd85115e4f3211f6987fbc7c57e94bd (patch) | |
tree | 33adad66f5222f15544b1abea5b67168e0e5fb8b /textproc/Makefile | |
parent | ba32102818e13876d70f494e70253167f9f538cd (diff) |
New port: MARC::Lint.
A mechanism for validating MARC records.
Asked for by: Marten Richter<marten.richter@freenet.de>
PR: 112718
Notes
Notes:
svn path=/head/; revision=192470
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3f5b77f97760..6ea9cd10367d 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -402,6 +402,7 @@ SUBDIR += p5-Lingua-StopWords SUBDIR += p5-Lucene SUBDIR += p5-MARC + SUBDIR += p5-MARC-Lint SUBDIR += p5-MARC-Record SUBDIR += p5-MKDoc-XML SUBDIR += p5-Makefile-Parser |