pkgsrc/www/p5-HTML-Email-Obfuscate/Makefile
he adaf410c30 Import p5-HTML-Email-Obfuscate version 1.00.
"Don't put emails directly on the page, they will be scraped"

Stuff that I'm sick of looking at "bob at smith dot com". Why can't
we just write emails in a way that looks normal to people, but is
very, very difficult to scrape off. Most email scrapers only use
very very simple parsing methods. And it isn't as if it is hard to
just do

  # Before we search for email addresses...
  $page =~ s/\s+at\s+/@/g;
  $page =~ s/\s+dot\s+/./g;

This is an arms war dammit, and I want nukes!
2008-11-17 20:19:58 +00:00

22 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/11/17 20:19:58 he Exp $
DISTNAME= HTML-Email-Obfuscate-1.00
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5heo
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/HTML-Email-Obfuscate/
COMMENT= Perl5 module for obfuscating HTML email addresses
DEPENDS+= p5-HTML-Parser>=3.46:../../www/p5-HTML-Parser
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/HTML/Email/Obfuscate/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"