ports/devel/p5-Color-Theme-Role/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

8 lines
468 B
Text

Color::Theme::Role is for class that wants to support color themes. Color theme
is represented as a structure according to the specification described in
Color::Theme.
Color themes are put in modules under Color::Theme::Themes:: (configurable using
color_theme_module_prefix attribute). Each color theme modules can contain one
or more color themes. The module must define a package global variable named
%color_themes that contain color themes keyed by their names.