mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
17 lines
292 B
Makefile
17 lines
292 B
Makefile
# Created by: andrew@scoop.co.nz
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML-Breadcrumbs
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Module to produce HTML 'breadcrumb trails'
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|