freebsd-ports/www/p5-HTML-Breadcrumbs/Makefile
Erwin Lansing 6697a49c5d 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
2003-08-28 07:34:13 +00:00

22 lines
448 B
Makefile

# New ports collection makefile for: p5-HTML-Breadcrumbs
# Date created: 14 August 2003
# Whom: andrew@scoop.co.nz
#
# $FreeBSD$
#
PORTNAME= HTML-Breadcrumbs
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= andrew@scoop.co.nz
COMMENT= Module to produce HTML 'breadcrumb trails'
PERL_CONFIGURE= yes
MAN3= HTML::Breadcrumbs.3
.include <bsd.port.mk>