pkgsrc/www/p5-Template-Plugin-Clickable-Email/Makefile
sno 5262f9a1d4 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.
2009-08-17 18:55:47 +00:00

23 lines
757 B
Makefile

# $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"