pkgsrc/www/p5-Template-Plugin-Clickable-Email/Makefile
wiz 2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00

23 lines
724 B
Makefile

# $NetBSD: Makefile,v 1.9 2015/06/12 10:52:12 wiz Exp $
DISTNAME= Template-Plugin-Clickable-Email-0.01
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
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= 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
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"