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

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

Revision 19040, 0.8 KB (checked in by dmichelsen, 10 months ago)

cpan/HTML-Format/trunk: Fix typos

Line 
1NAME = HTML-Format
2VERSION = 2.10
3CATEGORIES = cpan
4GARTYPE = v2
5AUTHOR = NIGELM
6
7DESCRIPTION = Base class for HTML formatters
8define BLURB
9endef
10
11CATALOG_RELEASE = unstable
12
13LICENSE = LICENSE
14
15BUILD_DEP_PKGS += CSWpm-file-slurp
16BUILD_DEP_PKGS += CSWpm-module-build
17
18PACKAGES += CSWpm-html-format
19SPKG_DESC_CSWpm-html-format = Base class for HTML formatters
20ARCHALL_CSWpm-html-format = 1
21RUNTIME_DEP_PKGS_CSWpm-html-format += CSWpm-font-afm
22RUNTIME_DEP_PKGS_CSWpm-html-format += CSWpm-html-tree
23OBSOLETED_BY_CSWpm-html-format += CSWpmhtmlformat
24CATALOGNAME_CSWpmhtmlformat = pm_htmlformat_stub
25OBSOLETED_BY_CSWpm-html-format += CSWpmhtmlfmt
26CATALOGNAME_CSWpmhtmlfmt = pm_htmlfmt_stub
27
28CONFIGURE_SCRIPTS = $(WORKSRC)/Build.PL
29BUILD_SCRIPTS = $(WORKSRC)/Build
30TEST_SCRIPTS = $(WORKSRC)/Build
31INSTALL_SCRIPTS = $(WORKSRC)/Build
32
33include gar/category.mk
Note: See TracBrowser for help on using the browser.