mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add p5-Syntax-Highlight-Perl-Improved 1.01, syntax highlighting for Perl
code. PR: ports/84487 Submitted by: Mauricio Herrera Cuadra <mauricio@arareko.net>
This commit is contained in:
parent
f2d32dba62
commit
0cfc2b3290
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143647
@ -377,6 +377,7 @@
|
||||
SUBDIR += p5-String-ShellQuote
|
||||
SUBDIR += p5-String-ShowDiff
|
||||
SUBDIR += p5-String-Strip
|
||||
SUBDIR += p5-Syntax-Highlight-Perl-Improved
|
||||
SUBDIR += p5-TeX-Hyphen
|
||||
SUBDIR += p5-Template-Magic
|
||||
SUBDIR += p5-Text-ASCIITable
|
||||
|
28
textproc/p5-Syntax-Highlight-Perl-Improved/Makefile
Normal file
28
textproc/p5-Syntax-Highlight-Perl-Improved/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: textproc/p5-Syntax-Highlight-Perl-Improved
|
||||
# Date created: 2 August 2005
|
||||
# Whom: Mauricio Herrera Cuadra <mauricio@arareko.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Syntax-Highlight-Perl-Improved
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/D/DA/DAVIDCYL/Syntax-Highlight-Perl-Improved-101
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= mauricio@arareko.net
|
||||
COMMENT= Syntax highlighting for Perl code
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Syntax::Highlight::Perl::Improved.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires at least perl5.6 to build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
textproc/p5-Syntax-Highlight-Perl-Improved/distinfo
Normal file
2
textproc/p5-Syntax-Highlight-Perl-Improved/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Syntax-Highlight-Perl-Improved-1.01.tar.gz) = e5235f8e1f3f57c28105ea4a2fec7209
|
||||
SIZE (Syntax-Highlight-Perl-Improved-1.01.tar.gz) = 30051
|
3
textproc/p5-Syntax-Highlight-Perl-Improved/pkg-descr
Normal file
3
textproc/p5-Syntax-Highlight-Perl-Improved/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Syntax::Highlight::Perl::Improved - Highlighting of Perl Syntactical Structures.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Syntax-Highlight-Perl-Improved/
|
9
textproc/p5-Syntax-Highlight-Perl-Improved/pkg-plist
Normal file
9
textproc/p5-Syntax-Highlight-Perl-Improved/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/Syntax/Highlight/Perl/Improved.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax/Highlight/Perl/Improved/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax/Highlight/Perl/Improved
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax/Highlight/Perl 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax/Highlight 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Syntax/Highlight/Perl 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Syntax/Highlight 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Syntax 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user