|
Revision 16916, 0.7 KB
(checked in by dmichelsen, 4 months ago)
|
|
WHOLE TREE: Explicitly set GARTYPE to current default 'v2'
|
| Line | |
|---|
| 1 | NAME = HTML-Parser |
|---|
| 2 | VERSION = 3.68 |
|---|
| 3 | CATEGORIES = cpan |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | AUTHOR = GAAS |
|---|
| 6 | |
|---|
| 7 | DESCRIPTION = HTML parser class |
|---|
| 8 | define BLURB |
|---|
| 9 | Objects of the HTML::Parser class will recognize markup and separate it from |
|---|
| 10 | plain text (alias data content) in HTML documents. As different kinds of |
|---|
| 11 | markup and text are recognized, the corresponding event handlers are |
|---|
| 12 | invoked. |
|---|
| 13 | endef |
|---|
| 14 | |
|---|
| 15 | DISTFILES += COPYING |
|---|
| 16 | |
|---|
| 17 | PACKAGES = CSWpm-html-parser |
|---|
| 18 | CATALOGNAME = pm_html_parser |
|---|
| 19 | SPKG_DESC_CSWpm-html-parser = $(DESCRIPTION) |
|---|
| 20 | OBSOLETED_BY_CSWpm-html-parser = CSWpmhtmlparser |
|---|
| 21 | CATALOGNAME_CSWpmhtmlparser = pm_htmlparser |
|---|
| 22 | |
|---|
| 23 | RUNTIME_DEP_PKGS = CSWpm-html-tagset |
|---|
| 24 | |
|---|
| 25 | CHECKPKG_OVERRIDES_CSWpm-html-parser += unidentified-dependency|CSWpm-html-tagset |
|---|
| 26 | |
|---|
| 27 | CONFIGURE_ARGS = -n |
|---|
| 28 | |
|---|
| 29 | include gar/category.mk |
|---|