mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Add p5-Template-Plugin-Clickable 0.05, TT plugin to make URLs clickable
in HTML.
This commit is contained in:
parent
f42467b02f
commit
350c048f9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154586
@ -673,6 +673,7 @@
|
||||
SUBDIR += p5-Task-Catalyst
|
||||
SUBDIR += p5-Template-Multilingual
|
||||
SUBDIR += p5-Template-Plugin-Class
|
||||
SUBDIR += p5-Template-Plugin-Clickable
|
||||
SUBDIR += p5-Template-Plugin-Comma
|
||||
SUBDIR += p5-Template-Plugin-MP3
|
||||
SUBDIR += p5-Template-Plugin-Monta
|
||||
|
31
www/p5-Template-Plugin-Clickable/Makefile
Normal file
31
www/p5-Template-Plugin-Clickable/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: www/p5-Template-Plugin-Clickable
|
||||
# Date created: 26 January 2006
|
||||
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Template-Plugin-Clickable
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Template
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lth@FreeBSD.org
|
||||
COMMENT= TT plugin to make URLs clickable in HTML
|
||||
|
||||
BUILD_DEPENDS= p5-URI-Find>=0.13:${PORTSDIR}/textproc/p5-URI-Find \
|
||||
p5-Template-Toolkit>=2.07:${PORTSDIR}/www/p5-Template-Toolkit \
|
||||
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Template::Plugin::Clickable.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6 or newer. Please install lang/perl5 or lang/perl5.6 and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-Template-Plugin-Clickable/distinfo
Normal file
3
www/p5-Template-Plugin-Clickable/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Template-Plugin-Clickable-0.05.tar.gz) = 27b765945fd6b5b2bcce1b17e5b30919
|
||||
SHA256 (Template-Plugin-Clickable-0.05.tar.gz) = ddc120d51f8d27d8151146c1025a39d5e026d3d2fcff4ece22c158e47fa8fa6e
|
||||
SIZE (Template-Plugin-Clickable-0.05.tar.gz) = 2778
|
4
www/p5-Template-Plugin-Clickable/pkg-descr
Normal file
4
www/p5-Template-Plugin-Clickable/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Template::Plugin::Clickable is a plugin for TT, which allows you
|
||||
to filter HTMLs clickable.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Template-Plugin-Clickable/
|
7
www/p5-Template-Plugin-Clickable/pkg-plist
Normal file
7
www/p5-Template-Plugin-Clickable/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Template/Plugin/Clickable.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Clickable/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Clickable
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template
|
||||
@dirrmtry %%SITE_PERL%%/Template/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Template
|
Loading…
Reference in New Issue
Block a user