mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
HTML::Highlight - A module to highlight words or patterns in HTML documents
WWW: http://search.cpan.org/dist/HTML-Highlight/ PR: ports/126121 Submitted by: Tomoyuki Sakurai <cherry at trombik.org>
This commit is contained in:
parent
64d4501c2e
commit
de961aecf2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218103
@ -784,6 +784,7 @@
|
||||
SUBDIR += p5-HTML-FormFu
|
||||
SUBDIR += p5-HTML-FromANSI
|
||||
SUBDIR += p5-HTML-FromText
|
||||
SUBDIR += p5-HTML-Highlight
|
||||
SUBDIR += p5-HTML-LinkExtractor
|
||||
SUBDIR += p5-HTML-Lint
|
||||
SUBDIR += p5-HTML-Location
|
||||
|
20
www/p5-HTML-Highlight/Makefile
Normal file
20
www/p5-HTML-Highlight/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# 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>
|
3
www/p5-HTML-Highlight/distinfo
Normal file
3
www/p5-HTML-Highlight/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (HTML-Highlight-0.20.tar.gz) = 85cfcff2d5880bdbe126a9a4fdc7b155
|
||||
SHA256 (HTML-Highlight-0.20.tar.gz) = 152550ee028d990f14d04330c59e7f4a43eade1ee1a02ed6314844ea5ae7a6e3
|
||||
SIZE (HTML-Highlight-0.20.tar.gz) = 5353
|
3
www/p5-HTML-Highlight/pkg-descr
Normal file
3
www/p5-HTML-Highlight/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
HTML::Highlight - A module to highlight words or patterns in HTML documents
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTML-Highlight/
|
6
www/p5-HTML-Highlight/pkg-plist
Normal file
6
www/p5-HTML-Highlight/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%SITE_PERL%%/HTML/Highlight.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Highlight/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Highlight
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
||||
@dirrmtry %%SITE_PERL%%/HTML
|
||||
@dirrmtry %%SITE_PERL%%
|
Loading…
Reference in New Issue
Block a user