4819ca343b
- Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
17 lines
346 B
Makefile
17 lines
346 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
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
MAN3= HTML::Highlight.3
|
|
|
|
.include <bsd.port.mk>
|