1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/cpan/HTML-Parser/trunk/Makefile

Revision 16916, 0.7 KB (checked in by dmichelsen, 4 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

Line 
1NAME = HTML-Parser
2VERSION = 3.68
3CATEGORIES = cpan
4GARTYPE = v2
5AUTHOR = GAAS
6
7DESCRIPTION = HTML parser class
8define 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.
13endef
14
15DISTFILES += COPYING
16
17PACKAGES = CSWpm-html-parser
18CATALOGNAME = pm_html_parser
19SPKG_DESC_CSWpm-html-parser = $(DESCRIPTION)
20OBSOLETED_BY_CSWpm-html-parser = CSWpmhtmlparser
21CATALOGNAME_CSWpmhtmlparser = pm_htmlparser
22
23RUNTIME_DEP_PKGS = CSWpm-html-tagset
24
25CHECKPKG_OVERRIDES_CSWpm-html-parser += unidentified-dependency|CSWpm-html-tagset
26
27CONFIGURE_ARGS = -n
28
29include gar/category.mk
Note: See TracBrowser for help on using the browser.