de961aecf2
WWW: http://search.cpan.org/dist/HTML-Highlight/ PR: ports/126121 Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
20 lines
413 B
Makefile
20 lines
413 B
Makefile
# New ports collection makefile for: p5-HTML-Highlight
|
|
# Date created: 2008-07-31
|
|
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML-Highlight
|
|
PORTVERSION= 0.20
|
|
CATEGORIES= www
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= cherry@trombik.org
|
|
COMMENT= A module to highlight words or patterns in HTML documents
|
|
|
|
PERL_CONFIGURE= Yes
|
|
MAN3= HTML::Highlight.3
|
|
|
|
.include <bsd.port.mk>
|