mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
f4e16d677d
- Add missing WWW - Style PR: ports/120850 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: Andrew McNaughton <andrew@scoop.co.nz> (maintainer)
22 lines
402 B
Makefile
22 lines
402 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.7
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
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>
|