Importing package for p5 module Template::Plugin::Clickable::Email
version 0.01 as dependency of SVN::WEB (www/p5-SVN-WEB). Template::Plugin::Clickable::Email converts any e-mail addresses found in the filtered text in to HTML mailto: links.
This commit is contained in:
parent
aaa922d5f1
commit
5262f9a1d4
3 changed files with 30 additions and 0 deletions
2
www/p5-Template-Plugin-Clickable-Email/DESCR
Normal file
2
www/p5-Template-Plugin-Clickable-Email/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Template::Plugin::Clickable::Email converts any e-mail addresses found in
|
||||
the filtered text in to HTML mailto: links.
|
23
www/p5-Template-Plugin-Clickable-Email/Makefile
Normal file
23
www/p5-Template-Plugin-Clickable-Email/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/08/17 18:55:47 sno Exp $
|
||||
|
||||
DISTNAME= Template-Plugin-Clickable-Email-0.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Template-Plugin-Clickable-Email/
|
||||
COMMENT= TT2 plugin to transform email addresses in to HTML links
|
||||
#LICENSE= isc / 2-clause-bsd
|
||||
|
||||
DEPENDS+= p5-Template-Toolkit>=2.0:../../www/p5-Template-Toolkit
|
||||
DEPENDS+= p5-Email-Find-[0-9]*:../../mail/p5-Email-Find
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Template/Plugin/Clickable/Email/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
PERL5_MODULE_TYPE= Module::Build
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-Template-Plugin-Clickable-Email/distinfo
Normal file
5
www/p5-Template-Plugin-Clickable-Email/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/08/17 18:55:47 sno Exp $
|
||||
|
||||
SHA1 (Template-Plugin-Clickable-Email-0.01.tar.gz) = 0d0aeef1ea163ce35cb7b4917a43475f6e46e33d
|
||||
RMD160 (Template-Plugin-Clickable-Email-0.01.tar.gz) = c6218223efb642350b837efa5c43fd22da821675
|
||||
Size (Template-Plugin-Clickable-Email-0.01.tar.gz) = 3211 bytes
|
Loading…
Reference in a new issue