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