5190f14f8d
- Fix COMMENT - Trim header
16 lines
332 B
Makefile
16 lines
332 B
Makefile
# Created by: Tomoyuki Sakurai <cherry@trombik.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML-Highlight
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Module to highlight words or patterns in HTML documents
|
|
|
|
PERL_CONFIGURE= Yes
|
|
MAN3= HTML::Highlight.3
|
|
|
|
.include <bsd.port.mk>
|