diff options
author | erwin <erwin@FreeBSD.org> | 2003-08-28 15:34:13 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-08-28 15:34:13 +0800 |
commit | 76d0d9adc01f7907d2d80f3cbf5bb566e1dc1115 (patch) | |
tree | 762957824d03449cad0ca1a1ef67efc4485fdbc1 /www/Makefile | |
parent | d24f05d394a5b5d7808a9cedc8ae3f7ba937751d (diff) | |
download | freebsd-ports-gnome-76d0d9adc01f7907d2d80f3cbf5bb566e1dc1115.tar.gz freebsd-ports-gnome-76d0d9adc01f7907d2d80f3cbf5bb566e1dc1115.tar.zst freebsd-ports-gnome-76d0d9adc01f7907d2d80f3cbf5bb566e1dc1115.zip |
Add p5-HTML-Breadcrumbs 0.03,
HTML::Breadcrumbs is a module used to create HTML 'breadcrumb trails'
i.e. an ordered set of html links locating the current page within
a hierarchy.
HTML::Breadcrumbs splits the given path up into a list of elements,
derives labels to use for each of these elements, and then renders
this list as N-1 links using the derived label, with the final
element being just a label.
PR: 55576
Submitted by: andrew@scoop.co.nz
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index fe4f969ae4ff..2ba0434303c3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -338,6 +338,7 @@ SUBDIR += p5-Flash-FLAP SUBDIR += p5-GtkHTML SUBDIR += p5-HTML + SUBDIR += p5-HTML-Breadcrumbs SUBDIR += p5-HTML-CalendarMonthSimple SUBDIR += p5-HTML-Clean SUBDIR += p5-HTML-Element-Extended |