21 lines
413 B
Makefile
21 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>
|