mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Text::ClearSilver is a Perl binding to the ClearSilver template
engine. WWW: http://search.cpan.org/dist/Text-ClearSilver/
This commit is contained in:
parent
b1d186d5f3
commit
21032f0300
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310653
6 changed files with 57 additions and 0 deletions
|
@ -774,6 +774,7 @@
|
|||
SUBDIR += p5-Text-Capitalize
|
||||
SUBDIR += p5-Text-CharWidth
|
||||
SUBDIR += p5-Text-Chomp
|
||||
SUBDIR += p5-Text-ClearSilver
|
||||
SUBDIR += p5-Text-Context
|
||||
SUBDIR += p5-Text-Context-EitherSide
|
||||
SUBDIR += p5-Text-DHCPLeases
|
||||
|
|
26
textproc/p5-Text-ClearSilver/Makefile
Normal file
26
textproc/p5-Text-ClearSilver/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-ClearSilver
|
||||
PORTVERSION= 0.10.5.4
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to the ClearSilver template engine
|
||||
|
||||
TEST_DEPENDS= \
|
||||
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
|
||||
p5-Mouse>0:${PORTSDIR}/devel/p5-Mouse
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ENV= MAKE=${LOCALBASE}/bin/gmake
|
||||
|
||||
MAN3= Text::ClearSilver.3 \
|
||||
Text::ClearSilver::Compat.3 \
|
||||
Text::ClearSilver::FunctionSet.3 \
|
||||
Text::ClearSilver::FunctionSet::html.3 \
|
||||
Text::ClearSilver::FunctionSet::string.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Text-ClearSilver/distinfo
Normal file
2
textproc/p5-Text-ClearSilver/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Text-ClearSilver-0.10.5.4.tar.gz) = 43b5efe656b6e8f7ad1b4f23f9ba126d8ac90b83f6dfc328e1cbe052c95c1ca0
|
||||
SIZE (Text-ClearSilver-0.10.5.4.tar.gz) = 511672
|
11
textproc/p5-Text-ClearSilver/files/patch-build_cs.pl
Normal file
11
textproc/p5-Text-ClearSilver/files/patch-build_cs.pl
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- tool/build_cs.pl.orig 2013-01-19 19:25:13.456439936 +0900
|
||||
+++ tool/build_cs.pl 2013-01-19 19:25:22.046439456 +0900
|
||||
@@ -37,7 +37,7 @@
|
||||
}
|
||||
die "$0 stopped";
|
||||
};
|
||||
-xsystem('make');
|
||||
+xsystem('gmake');
|
||||
|
||||
sub xsystem {
|
||||
print "@_\n";
|
4
textproc/p5-Text-ClearSilver/pkg-descr
Normal file
4
textproc/p5-Text-ClearSilver/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Text::ClearSilver is a Perl binding to the ClearSilver template
|
||||
engine.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-ClearSilver/
|
13
textproc/p5-Text-ClearSilver/pkg-plist
Normal file
13
textproc/p5-Text-ClearSilver/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ClearSilver/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ClearSilver/ClearSilver.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ClearSilver/ClearSilver.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/ClearSilver.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/ClearSilver/Compat.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/ClearSilver/FunctionSet.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/ClearSilver/FunctionSet/html.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/ClearSilver/FunctionSet/string.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Text/ClearSilver/FunctionSet
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Text/ClearSilver
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ClearSilver
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
Loading…
Add table
Reference in a new issue